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

feat: add stack github-action-auto-rebase command #527

Conversation

sileht
Copy link
Member

@sileht sileht commented Oct 25, 2024

No description provided.

@sileht
Copy link
Member Author

sileht commented Oct 25, 2024

This pull request is part of a stack:

  1. feat: add stack github-action-auto-rebase command (#527) 👈
  2. chore: change default branch_prefix (#531)
  3. refactor: split __init__.py (#532)
  4. chore: remove argparse usage from stack module (#533)
  5. refactor: use click (#534)
  6. chore(tests): split test_mergify_cli (#535)
  7. fix: correctly pass the repository to /search/issues API (#536)

@sileht sileht mentioned this pull request Oct 25, 2024
Closed
@sileht sileht changed the base branch from devs/sileht/merged-handling/I59467c389b175b1cd7edcdf99224382c19575254 to devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 October 25, 2024 14:16
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 7e697b4 to 07ced03 Compare October 25, 2024 14:16
Copy link
Contributor

mergify bot commented Oct 25, 2024

Merge Protections

Your pull request matches the following merge protections and will not be merged until they are valid.

Changelog requirements

  • any of:
    • label = skip changelog
    • -title ~= ^feat
    • label = need changelog

Enforce conventional commit

Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/

  • title ~= ^(fix|feat|docs|style|refactor|perf|test|build|ci|chore|revert)(?:\(.+\))?:

🔎 Reviews

  • #changes-requested-reviews-by = 0
  • #review-requested = 0
  • #review-threads-unresolved = 0

@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 07ced03 to cb27ecf Compare October 25, 2024 14:25
@sileht sileht force-pushed the devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 branch from d116a55 to cc50e18 Compare October 25, 2024 19:07
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch 4 times, most recently from 66d387a to 4dd4575 Compare October 28, 2024 11:28
@sileht sileht force-pushed the devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 branch from cc50e18 to 63cda68 Compare October 28, 2024 16:03
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 4dd4575 to 2bd2636 Compare October 28, 2024 16:03
@sileht sileht force-pushed the devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 branch from 63cda68 to bb3410f Compare October 29, 2024 08:22
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 2bd2636 to 8d0714d Compare October 29, 2024 08:22
@sileht sileht force-pushed the devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 branch from bb3410f to d26443d Compare October 29, 2024 09:36
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 8d0714d to 092fe88 Compare October 29, 2024 09:36
@sileht sileht force-pushed the devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 branch from d26443d to e8f6e74 Compare October 29, 2024 09:52
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 092fe88 to faab3f2 Compare October 29, 2024 09:52
@sileht sileht force-pushed the devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 branch 2 times, most recently from 921580b to d2364de Compare October 29, 2024 11:39
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from faab3f2 to ee3480e Compare October 29, 2024 11:39
@mergify mergify bot requested a review from a team October 29, 2024 11:40
Syffe
Syffe previously approved these changes Oct 30, 2024
Base automatically changed from devs/sileht/merged-handling/I7f1fa09eaed82fd2519997f4743f8d6654f85900 to main October 31, 2024 11:45
Copy link
Contributor

mergify bot commented Oct 31, 2024

@sileht this pull request is now in conflict 😩

@mergify mergify bot added the conflict label Oct 31, 2024
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from ee3480e to 05cd98a Compare November 1, 2024 09:29
@mergify mergify bot removed the conflict label Nov 1, 2024
@mergify mergify bot dismissed Syffe’s stale review November 1, 2024 09:30

Pull request has been modified.

@mergify mergify bot requested a review from a team November 1, 2024 09:30
github-workflow-example.yaml Outdated Show resolved Hide resolved
github-workflow-example.yaml Outdated Show resolved Hide resolved
@mergify mergify bot requested a review from a team November 1, 2024 20:06
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 05cd98a to 538c06b Compare November 1, 2024 22:58
jd
jd previously approved these changes Nov 4, 2024
Change-Id: I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c
@sileht sileht force-pushed the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch from 538c06b to 0a231c8 Compare November 4, 2024 15:12
@mergify mergify bot dismissed jd’s stale review November 4, 2024 15:12

Pull request has been modified.

@mergify mergify bot requested a review from a team November 4, 2024 15:13
mergify bot added a commit that referenced this pull request Nov 4, 2024
@mergify mergify bot added the queued label Nov 4, 2024
@mergify mergify bot merged commit 0cf1ccf into main Nov 4, 2024
6 checks passed
@mergify mergify bot deleted the devs/sileht/merged-handling/I419a57f50240d69a92f56f2355ad2b0b5d2a8d8c branch November 4, 2024 16:57
@mergify mergify bot removed the queued label Nov 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

3 participants