We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cde1e9 commit a43544fCopy full SHA for a43544f
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'
+ if: github.repository == 'github/docs' && github.event.pull_request.user.login != 'Octomerger'
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
0 commit comments