There was an error while loading. Please reload this page.
1 parent e6160f0 commit 48a0e25Copy full SHA for 48a0e25
1 file changed
.github/workflows/auto-assign.yml
@@ -12,7 +12,7 @@ jobs:
12
pull-requests: write
13
steps:
14
- name: Auto-assign and request reviewers
15
- if: github.event_name == 'issue' || github.event_name == 'pull_request'
+ if: github.event_name == 'issues' || github.event_name == 'pull_request'
16
uses: wachawo/github-auto-assign@v1
17
with:
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments