Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/rebase-stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@ permissions:
jobs:
rebase-stack:
name: Rebase Stack
if: github.event.pull_request.merged == true
# DISABLED: this workflow is turned off in favor of GitHub's native stacked
# PR support. The file is kept (not removed) so it can be re-enabled by
# restoring the condition below to `github.event.pull_request.merged == true`.
if: false && github.event.pull_request.merged == true
runs-on: ubuntu-latest
# Scope the privileged PAT to a protected Environment restricted to `main`
# so the secret cannot be used from any other ref/context.
Expand Down
Loading