Skip to content

Commit

Permalink
Revert "ci: avoid leftover changelog update branches" (#72836)
Browse files Browse the repository at this point in the history
This reverts commit 4f43797.

https://discord.com/channels/598523535169945603/598529174302490644/1225329932281053204
and the conversation above for context tl;dr

bring back #65080 's changes, turns out its purpose is keeping each
weekly changelog update separate from one another; the review process
can take more than a week

:derpy:

Co-authored-by: casswedson <[email protected]>
  • Loading branch information
casswedson and casswedson authored Apr 5, 2024
1 parent 0898a35 commit a5f165a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/format_emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ jobs:
commit-message: JSON linter gh-pages file update
base: gh-pages
branch: gh-pages-json-linter-update
branch-suffix: short-commit-hash
delete-branch: true
add-paths: formatter.html
title: Update Github Pages JSON linter page
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
committer: David Seguin <[email protected]>
author: David Seguin <[email protected]>
token: ${{ secrets.TX_PR_CREATOR }}
branch: weekly-changelog
branch: changelog-weekly-${{ steps.getting-changes.outputs.date }}
delete-branch: true
base: master
title: Weekly Changelog ${{ steps.getting-changes.outputs.old_date }} to ${{ steps.getting-changes.outputs.date }}
Expand Down

0 comments on commit a5f165a

Please sign in to comment.