diff --git a/.github/configs/auto-assign.yml b/.github/configs/auto-assign.yml index b39969a2..a4ccf688 100644 --- a/.github/configs/auto-assign.yml +++ b/.github/configs/auto-assign.yml @@ -23,4 +23,5 @@ numberOfAssignees: 0 # A list of keywords to be skipped the process if PR's title include it skipKeywords: - - wip \ No newline at end of file + - wip + - deps-dev \ No newline at end of file diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index a805e2de..b4c0b14e 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -2,13 +2,13 @@ name: Auto Assign on: issues: types: [opened] - pull_request: + pull_request_target: types: [opened] jobs: run: runs-on: ubuntu-latest steps: - - uses: bubkoo/auto-assign@v1 + - uses: wow-actions/auto-assign@v1 with: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CONFIG_FILE: .github/configs/auto-assign.yml \ No newline at end of file