Home
last modified time | relevance | path

Searched +full:auto +full:- +full:subscribe (Results 1 – 3 of 3) sorted by relevance

/llvm-project/.github/workflows/
H A Dpr-subscriber.yml6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
27 - name: Update watchers
[all …]
H A Dissue-subscriber.yml6 - labeled
12 auto-subscribe:
13 runs-on: ubuntu-latest
14 if: github.repository == 'llvm/llvm-project'
16 - name: Checkout Automation Script
19 sparse-checkout: llvm/utils/git/
22 - name: Setup Automation Script
23 working-directory: ./llvm/utils/git/
25 pip install --require-hashes -r requirements.txt
27 - name: Update watchers
[all …]
H A Dllvm-bugs.yml10 - opened
13 auto-subscribe:
14 runs-on: ubuntu-latest
15 if: github.repository == 'llvm/llvm-project'
17 - uses: actions/setup-node@v4
19 node-version: 18
20 check-latest: true
21 - run: npm install mailgun.js form-data
22 - name: Send notification
23 uses: actions/github-script@v6
[all …]