Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable Automatic Merge of approved Pull Requests #306

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

jamacku
Copy link
Member

@jamacku jamacku commented Jun 21, 2024

Add automation that will merge approved PRs with passed CI checks automatically.

It uses the following GitHub Actions:

Here are some examples of use from the systemd source-git. Please notice the Pull Request validation and Auto Merge sections:

/cc @phracek

Copy link
Member

@phracek phracek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After a brief look. Some comments.

.github/workflows/auto-merge-on-demand.yml Outdated Show resolved Hide resolved
.github/workflows/auto-merge-on-demand.yml Show resolved Hide resolved
Add automation that will merge approved PRs with passed CI checks automatically.

It uses following GitHub Actions:

* https://github.com/redhat-plumbers-in-action/gather-pull-request-metadata - to gather important data about PRs (used in following actions)
* https://github.com/redhat-plumbers-in-action/pull-request-validator - to check if PR is approved and has passed CI checks, and more
* https://github.com/redhat-plumbers-in-action/auto-merge - to merge approved PRs
* https://github.com/redhat-plumbers-in-action/issue-commentator - to comment on PR with status of PR and merge status
@jamacku jamacku requested a review from phracek June 24, 2024 10:29
@phracek phracek merged commit 994e37c into sclorg:master Jun 27, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants