Skip to content

Commit

Permalink
feat(manage-merge-queue): option to skip auto-merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Eniko Vietorisz committed Mar 7, 2024
1 parent 9761dab commit c73dc56
Show file tree
Hide file tree
Showing 36 changed files with 105 additions and 60 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ Additionally, the following parameters can be used for additional control over t
- Adding the `JUMP THE QUEUE` label to a PR will make that PR first in the queue immediately.
- When a PR is merged, it automatically updates the first-queued PR with the default branch.
- You can also pass `login` and `slack_webhook_url` to notify the PR author when they are in the 1st position of the merge queue.

- Passing `skip_auto_merge: true` changes the default behaviour of automatically enabling auto-merge for PRs from the merge queue. In such case auto-merging should be enabled manually on individual PRs. It can be useful to avoid unattended deployments in case of CICD pipelines which are not fully prepared for continuous deployment.
### [move-project-card](.github/workflows/move-project-card.yml)

- Moves a GitHub Project card to a new column, using the `project_origin_column_name` and`project_destination_column_name` you provide.
Expand Down
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ inputs:
return_full_payload:
description: 'Return full payload from GitHub rather than a trimmed-down version of the response'
required: false
skip_auto_merge:
description: 'Do not enable auto-merge automatically for the PRs from the merge queue'
required: false
outputs:
output:
description: 'The output of the helper'
Expand Down
2 changes: 1 addition & 1 deletion dist/0.index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/101.index.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit c73dc56

Please sign in to comment.