Skip to content

Commit 770d2ad

Browse files
authored
Cleanup
1 parent 2b28b33 commit 770d2ad

File tree

1 file changed

+0
-27
lines changed

1 file changed

+0
-27
lines changed

.github/workflows/Manual.yml

Lines changed: 0 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
on:
22
workflow_dispatch:
3-
push:
43

54

65
jobs:
@@ -10,29 +9,3 @@ jobs:
109
- uses: actions/checkout@v3
1110

1211
- run: sleep 10
13-
reminder:
14-
name: Reminder
15-
runs-on: ubuntu-latest
16-
17-
steps:
18-
- name: Fetch CSV file
19-
run: |
20-
curl -o broken-features.csv https://raw.githubusercontent.com/refined-github/yolo/main/broken-features.csv
21-
cat broken-features.csv
22-
23-
- name: Was it hotfixed?
24-
run: |
25-
grep -e ",650," broken-features.csv
26-
if grep -q ",650," broken-features.csv; then
27-
TODAY=$(npx utc-version --short)
28-
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
29-
echo "WAS_HOTFIXED=$TODAY"
30-
fi
31-
32-
- name: Comment on Issue Closure
33-
if: env.WAS_HOTFIXED
34-
uses: peter-evans/create-or-update-comment@v1
35-
with:
36-
issue-number: 3
37-
body: |
38-
This issue has been fixed and will appear in the next version. Ensure that the hotfix is disabled there. Add `${{env.WAS_HOTFIXED}}` to refined-github/yolo/edit/main/broken-features.csv

0 commit comments

Comments
 (0)