-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
ci: road to merge queues #9231
ci: road to merge queues #9231
Conversation
e4ef33b
to
fa738bd
Compare
Since all upstream branches now are release/development branches (and not feature branches), we can (and should) run CI on them.
Make use of a GitHub-provided token action, and a new backport script that is capable of handling more complex scenarios, such as a merge-and-rebase.
fa738bd
to
20eac6d
Compare
20eac6d
to
c3b3a92
Compare
c3b3a92
to
c0d6c29
Compare
with: | ||
filters: | | ||
workflow: &workflow | ||
- '.github/workflwos/tests.yaml' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo "workflwos"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oops, thanks for the spot!
something funky about the backport job too eg https://github.com/python-poetry/poetry/actions/runs/8411949906 |
Added a commit to #9232 |
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Work towards enabling merge queues by streamlining all of our test-related workflows with
dorny/paths-filter
, and introduce a new backport job that is capable of handling all forms of merge.