We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2fe35dd commit ea6af3cCopy full SHA for ea6af3c
1 file changed
.github/workflows/triage-pull-requests.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
triage_pulls:
10
- if: github.repository == 'github/docs'
+ if: github.repository != 'github/docs-internal'
11
runs-on: ubuntu-latest
12
13
steps:
0 commit comments