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 8a79af6 commit ea98e1cCopy full SHA for ea98e1c
.github/workflows/pr-subscriber.yml
@@ -11,6 +11,7 @@ permissions:
11
jobs:
12
auto-subscribe:
13
runs-on: ubuntu-latest
14
+ if: github.repository == 'llvm/llvm-project'
15
steps:
16
- name: Setup Automation Script
17
run: |
0 commit comments