Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrisch committed Nov 22, 2024
1 parent c9acfa9 commit 8a78fae
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/auto_rebase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ on:
branches:
- "release/*"

permissions:
contents: write
issues: write

jobs:
auto-rebase:
runs-on: ubuntu-22.04
Expand Down
5 changes: 4 additions & 1 deletion scripts/git/rebase-branch.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,7 @@ function executeCommand(command, args) {
});
}

rebaseBranch();
rebaseBranch().catch((error) => {
console.error("Fatal error:", error);
process.exit(1);
});

0 comments on commit 8a78fae

Please sign in to comment.