13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Setup Automation Script
18 curl -O -L --fail https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/llvm/utils/git/github-automation.py
19 curl -O -L --fail https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/llvm/utils/git/requirements.txt
20 chmod a+x github-automation.py
21 pip install -r requirements.txt
23 - name: Update watchers
25 ./github-automation.py \
26 --token '${{ secrets.ISSUE_SUBSCRIBER_TOKEN }}' \
28 --issue-number "${{ github.event.number }}" \
29 --label-name "${{ github.event.label.name }}"