Skip to content

Commit a43544f

Browse files
authored
Update .github/workflows/triage-unallowed-contributions.yml
1 parent 0cde1e9 commit a43544f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/triage-unallowed-contributions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55

66
jobs:
77
triage:
8-
if: github.repository == 'github/docs'
8+
if: github.repository == 'github/docs' && github.event.pull_request.user.login != 'Octomerger'
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f

0 commit comments

Comments
 (0)