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
body: `The daily data refresh tests failed on ${new Date().toISOString().split('T')[0]}.
50
-
51
-
Please check the [workflow run](${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}) for details.
52
-
53
-
Want to learn more about this issue and help us fix it? Check out the [README](https://github.com/FujoWebDev/AO3.js/blob/main/README.md#about--data-refresh-tests-failed-issues) for more information!`
54
-
})
55
-
56
-
- name: Delete branch if tests fail
57
-
if: steps.tests.outcome == 'failure'
58
-
run: |
59
-
git checkout main
60
-
git branch -D $BRANCH_NAME
122
+
title: '🔄✅ Data Refresh: Snapshot Update Complete!',
title: '🚨 Data Refresh Tests Failed After Snapshot Update',
148
+
body: `The daily data refresh tests failed on ${new Date().toISOString().split('T')[0]}. Yes, even with the snapshot updates!
149
+
150
+
Please check the [workflow run](${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}) for details.
151
+
152
+
---
153
+
154
+
Want to learn more about this issue and help us fix it? Check out the [README](https://github.com/FujoWebDev/AO3.js/blob/main/README.md#about--data-refresh-tests-failed-issues) for more information!`
body: `Automatic data refresh on ${new Date().toISOString().split('T')[0]} detected changes in AO3 responses.
172
+
173
+
Despite our best efforts (in the form of a snapshot update), tests are still failing.
174
+
175
+
Manual investigation is required 🔍🕵️ To help you get started, we've created this PR with the already-updated data. May the bugs be ever in your favor! 🍀
176
+
177
+
Check the [workflow run](${context.serverUrl}/${context.repo.owner}/${context.repo.repo}/actions/runs/${context.runId}) for details.
178
+
179
+
Closes #${issueNumber}...eventually 🤞
180
+
181
+
---
182
+
183
+
Want to learn more about this issue and help us fix it? Check out the [README](https://github.com/FujoWebDev/AO3.js/blob/main/README.md#about--data-refresh-tests-failed-issues) for more information!`
0 commit comments