[llvm] [GitHub] Remove pr-subscriber-wait.py download (PR #72120)
David Spickett via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 13 06:25:58 PST 2023
https://github.com/DavidSpickett created https://github.com/llvm/llvm-project/pull/72120
Uses of this file were removed in 64d5da60d437049548a752001c4081f65137ea47.
>From ddacb469c9d0e7b8f5f778b16bc86e5665283d3f Mon Sep 17 00:00:00 2001
From: David Spickett <david.spickett at linaro.org>
Date: Mon, 13 Nov 2023 14:24:54 +0000
Subject: [PATCH] [GitHub] Remove pr-subscriber-wait.py download
Uses of this file were removed in 64d5da60d437049548a752001c4081f65137ea47.
---
.github/workflows/pr-subscriber.yml | 1 -
1 file changed, 1 deletion(-)
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
More information about the llvm-commits
mailing list