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 fa99848 commit 442c278Copy full SHA for 442c278
.github/workflows/assigner.yml
@@ -57,7 +57,7 @@ jobs:
57
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
58
FLAGS+=" -r ${{ github.event.repository.name }}"
59
FLAGS+=" -M MAINTAINERS.yml"
60
- if [ "${{ github.event_name }}" = "pull_request_target" ]; then
+ if [ "${{ github.event_name }}" = "pull_request" ]; then
61
FLAGS+=" -P ${{ github.event.pull_request.number }}"
62
elif [ "${{ github.event_name }}" = "issues" ]; then
63
FLAGS+=" -I ${{ github.event.issue.number }}"
0 commit comments