Loading .github/workflows/rebase.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ jobs: rebase: name: "Rebase" runs-on: ubuntu-latest # Run only on release commits if: startsWith(github.event.head_commit.message, 'chore(release):') permissions: pull-requests: write contents: write Loading .github/workflows/release.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ jobs: release: name: "Release" runs-on: ubuntu-latest # Skip release on release commits to avoid infinite loop if: "!startsWith(github.event.head_commit.message, 'chore(release):')" permissions: contents: write pull-requests: write Loading Loading
.github/workflows/rebase.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -14,6 +14,8 @@ jobs: rebase: name: "Rebase" runs-on: ubuntu-latest # Run only on release commits if: startsWith(github.event.head_commit.message, 'chore(release):') permissions: pull-requests: write contents: write Loading
.github/workflows/release.yaml +2 −0 Original line number Diff line number Diff line Loading @@ -10,6 +10,8 @@ jobs: release: name: "Release" runs-on: ubuntu-latest # Skip release on release commits to avoid infinite loop if: "!startsWith(github.event.head_commit.message, 'chore(release):')" permissions: contents: write pull-requests: write Loading