chore: update backend to v2.0.0-alpha.10#1157
chore: update backend to v2.0.0-alpha.10#1157github-actions[bot] wants to merge 1 commit intomasterfrom
Conversation
|
@MilesCranmerBot can you figure out why the CI isn't running? And then fix it please |
|
CI didn't start because this PR was opened by the github-actions bot (via create-pull-request using GITHUB_TOKEN), and GitHub suppresses workflows triggered by events created with GITHUB_TOKEN to prevent recursion. Quick fix: push an empty commit to backend-update/v2.0.0-alpha.10 (or edit+commit any file on that branch) to trigger the normal pull_request synchronize event. Longer-term fix: PR #1158 adds workflow_dispatch + has the backend-update workflow dispatch CI automatically. |
|
@MilesCranmerBot I think we need to update this script to also handle updates to the release please manifest? Also the title of the PR's made by this script should be in conventional commits structure. Also please make it so that the CI will automatically run, because it didn't seem to last time. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1157 +/- ##
=======================================
Coverage 94.25% 94.25%
=======================================
Files 21 21
Lines 1687 1687
=======================================
Hits 1590 1590
Misses 97 97 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Done. I couldn't push directly to That PR updates the backend bump automation to:
Commit on the bot branch: |
de27a9e to
ae786d8
Compare
ae786d8 to
7504e0d
Compare
This PR was automatically generated by the GitHub Action
.github/workflows/update-backend.ymlIt updates the backend version to v2.0.0-alpha.10. For a full description of the changes, see the backend changelog: v2.0.0-alpha.10.