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 ee6db2f commit 3973f6bCopy full SHA for 3973f6b
1 file changed
.github/workflows/ci.yml
@@ -51,7 +51,7 @@ jobs:
51
labeler:
52
name: Label PR
53
runs-on: ubuntu-latest
54
- if: github.event_name == 'pull_request'
+ if: github.event_name == 'pull_request_target'
55
permissions:
56
contents: read
57
pull-requests: write
0 commit comments