We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 804d63c commit b6df7ebCopy full SHA for b6df7eb
1 file changed
.github/workflows/triage-unallowed-contributions.yml
@@ -5,7 +5,7 @@ on:
5
6
jobs:
7
triage:
8
- if: github.repository == 'github/docs' && github.event.pull_request.user.login != 'Octomerger'
+ if: github.repository == 'github/docs' && github.event.pull_request.pull_request.user.login != 'Octomerger'
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
0 commit comments