We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f8fe8a commit 9233607Copy full SHA for 9233607
.github/workflows/auto-assign.yml
@@ -15,6 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions-ecosystem/action-add-assignees@v1
18
+ if: ${{ github.actor != 'dependabot[bot]' }}
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
assignees: ${{ github.actor }}
0 commit comments