Skip to content

Commit e433644

Browse files
authored
chore(release): enable execution in process-backports workflow (#3884)
Passes `--no-dry-run` to the `process-backports` subcommand in the workflow, enabling it to actually perform the cherry-picks and push changes instead of only simulating them.
1 parent 6570a9e commit e433644

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_process_backports.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ jobs:
3535
- name: Process Pending Backports
3636
run: |
3737
bazel run //tools/private/release -- \
38-
process-backports --issue ${{ inputs.issue }} --remote origin
38+
process-backports --issue ${{ inputs.issue }} --remote origin --no-dry-run
3939
env:
4040
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)