Skip to content

Add Mergify configuration for automatic PR merging#12

Merged
LalatenduMohanty merged 1 commit intopython-wheel-build:mainfrom
rd4398:add-mergify
Apr 21, 2026
Merged

Add Mergify configuration for automatic PR merging#12
LalatenduMohanty merged 1 commit intopython-wheel-build:mainfrom
rd4398:add-mergify

Conversation

@rd4398
Copy link
Copy Markdown
Contributor

@rd4398 rd4398 commented Apr 20, 2026

Configure Mergify to auto-merge PRs after all CI checks pass (unit tests on Python 3.10-3.12, Ruff linting, coverage report) and at least one maintainer approval is received. Also adds conflict notification rule.

Fixes #7

Comment thread .mergify.yml
# Unit tests
- check-success=3.10 on ubuntu-latest
- check-success=3.11 on ubuntu-latest
- check-success=3.12 on ubuntu-latest
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

#9 has merged , so we need to update it to

  - check-success=3.11 on ubuntu-latest                                                                                                                                      
  - check-success=3.12 on ubuntu-latest                                                                                                                                      
  - check-success=3.13 on ubuntu-latest                                                                                                                                      
  - check-success=3.14 on ubuntu-latest 

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Fixed

Comment thread .mergify.yml Outdated
Configure Mergify to auto-merge PRs after all CI checks pass (unit tests on Python 3.10-3.12, Ruff linting, coverage report) and at least one maintainer approval is received. Also adds conflict notification rule.

Fixes python-wheel-build#7

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Signed-off-by: Rohan Devasthale <rdevasth@redhat.com>
@LalatenduMohanty LalatenduMohanty merged commit f15085f into python-wheel-build:main Apr 21, 2026
14 checks 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.

Setup mergify for this repo

2 participants