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

ci: update 2 GHAs with merge_queue branch filter #4655

Closed
wants to merge 1 commit into from

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Jul 18, 2024

Resolved issues:

#4619

Description of changes:

Update two of our actions to start on merge queue pushes, instead of merge_group events.

Based on the branch filter docs.

Call outs

Fixed the yamllint trailing spaces.

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? CI

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@github-actions github-actions bot added the s2n-core team label Jul 18, 2024
@dougch dougch requested review from lrstewart and maddeleine July 22, 2024 17:42
@dougch dougch enabled auto-merge July 22, 2024 17:42
Comment on lines -14 to -16
merge_group:
types: [checks_requested]
branches: [main]
Copy link
Contributor

Choose a reason for hiding this comment

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

Can you expand on why this change is necessary? Why should this run on push instead of merge_group?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Initially, these checks wouldn't start for #4652, but upon review, they are now triggering as expected. I can't find a github status error explaining why, but this PR does now appear unnecessary.

@dougch dougch closed this Jul 22, 2024
auto-merge was automatically disabled July 22, 2024 22:55

Pull request was closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants