You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/Manual.yml
+3-5Lines changed: 3 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -22,19 +22,17 @@ jobs:
22
22
23
23
- name: Was it hotfixed?
24
24
run: |
25
-
grep -e ",650," broken-features.csv
26
-
if grep -q ",650," broken-features.csv; then
25
+
grep -e ",6350," broken-features.csv
26
+
if grep -q ",6350," broken-features.csv; then
27
27
TODAY=$(npx utc-version --short)
28
28
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
29
29
echo "WAS_HOTFIXED=$TODAY"
30
30
fi
31
-
32
-
echo "WAS_HOTFIXED=$TODAY" >> $GITHUB_ENV
33
31
34
32
- name: Comment on Issue Closure
35
33
if: env.WAS_HOTFIXED
36
34
uses: peter-evans/create-or-update-comment@v1
37
35
with:
38
-
issue-number: 6350
36
+
issue-number: 3
39
37
body: |
40
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