Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <tstellar@redhat.com>2022-02-04 03:11:04 +0300
committerTom Stellard <tstellar@redhat.com>2022-02-04 03:12:24 +0300
commite8485b744ab87444dd55631fa22eb7b18c9d52b8 (patch)
tree76f6b1bad6a33eb1a2dd156e21c434ed6cf07873 /.github
parentaaf2a47b1b08e6a06fd74e12746dff97a9d9e6fc (diff)
github: Fix issue-subscriber workflow
This stopped working due to additional dependencies added to github-automation.py by daf82a51a0c2ba9990cde172a4a1b8c1004d584d
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/issue-subscriber.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/issue-subscriber.yml b/.github/workflows/issue-subscriber.yml
index af904c0f26bf..3801eec26d54 100644
--- a/.github/workflows/issue-subscriber.yml
+++ b/.github/workflows/issue-subscriber.yml
@@ -13,8 +13,9 @@ jobs:
- name: Setup Automation Script
run: |
curl -O -L https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$GITHUB_SHA/llvm/utils/git/github-automation.py
+ curl -O -L https://raw.githubusercontent.com/$GITHUB_REPOSITORY/$GITHUB_SHA/llvm/utils/git/requirements.txt
chmod a+x github-automation.py
- pip install PyGithub
+ pip install -r requirements.txt
- name: Update watchers
run: |