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 bc14054 commit b475306Copy full SHA for b475306
1 file changed
.github/workflows/auto-assign.yml
@@ -15,7 +15,7 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
- uses: actions-ecosystem/action-add-assignees@v1
18
- if: ${{ github.actor != 'dependabot[bot]' }}
+ if: ${{ !contains(github.actor,'[bot]') }}
19
with:
20
github_token: ${{ secrets.GITHUB_TOKEN }}
21
assignees: ${{ github.actor }}
0 commit comments