[llvm] [GitHub] Remove pr-subscriber-wait.py download (PR #72120)
via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 06:26:28 PST 2023
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-github-workflow
Author: David Spickett (DavidSpickett)
<details>
<summary>Changes</summary>
Uses of this file were removed in 64d5da60d437049548a752001c4081f65137ea47.
---
Full diff: https://github.com/llvm/llvm-project/pull/72120.diff
1 Files Affected:
- (modified) .github/workflows/pr-subscriber.yml (-1)
``````````diff
diff --git a/.github/workflows/pr-subscriber.yml b/.github/workflows/pr-subscriber.yml
index ef2ef7b9e4a35c1..03f60f619568f11 100644
--- a/.github/workflows/pr-subscriber.yml
+++ b/.github/workflows/pr-subscriber.yml
@@ -17,7 +17,6 @@ jobs:
run: |
curl -O -L https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/llvm/utils/git/github-automation.py
curl -O -L https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/llvm/utils/git/requirements.txt
- curl -O -L https://raw.githubusercontent.com/"$GITHUB_REPOSITORY"/main/.github/workflows/pr-subscriber-wait.py
chmod a+x github-automation.py
pip install -r requirements.txt
``````````
</details>
https://github.com/llvm/llvm-project/pull/72120
More information about the llvm-commits
mailing list