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 9294e33 commit a557f85Copy full SHA for a557f85
.github/workflows/auto-assign.yml
@@ -4,7 +4,7 @@ on: pull_request_target
4
jobs:
5
auto-assign:
6
runs-on: ubuntu-latest
7
- if: github.actor != 'dependabot[bot]' && github.event.action == 'opened'
+ if: endsWith(github.actor, '[bot]') == false && github.event.action == 'opened'
8
9
steps:
10
- name: Auto assign
0 commit comments