workflows/pr-subscriber: Limit action to llvm/llvm-project repo

This commit is contained in:
Tom Stellard 2023-09-08 10:40:53 -07:00
parent 8a79af676d
commit ea98e1c537

View File

@ -11,6 +11,7 @@ permissions:
jobs:
auto-subscribe:
runs-on: ubuntu-latest
if: github.repository == 'llvm/llvm-project'
steps:
- name: Setup Automation Script
run: |