Skip to content

Commit

Permalink
Merge pull request #71350 from casswedson/fix-leftover-branches
Browse files Browse the repository at this point in the history
ci: avoid leftover changelog update branches
  • Loading branch information
Maleclypse authored Jan 30, 2024
2 parents f3d5668 + 4f43797 commit 4bcebb3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/format_emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ 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: changelog-weekly-${{ steps.getting-changes.outputs.date }}
branch: weekly-changelog
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 4bcebb3

Please sign in to comment.