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

chore: fix GHA for merge-queue #4973

Merged
merged 4 commits into from
Dec 12, 2024
Merged

chore: fix GHA for merge-queue #4973

merged 4 commits into from
Dec 12, 2024

Conversation

dougch
Copy link
Contributor

@dougch dougch commented Dec 11, 2024

Release Summary:

Resolved issues:

n/a

Description of changes:

Missing event types for 3 GHA to trigger on merge queues.

Call-outs:

Testing:

How is this change tested (unit tests, fuzz tests, etc.)? relying on the 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 Dec 11, 2024
@dougch dougch marked this pull request as ready for review December 11, 2024 18:19
@dougch dougch enabled auto-merge December 11, 2024 18:20
branches: [ "main" ]
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.

Which triggers does the merge queue need? Since this one already had merge_group, I assume it also needs push or pull_request?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

This one is an outlier, it already had merge-queue, push and pull_request. It is the only action with the branch name in double quotes, and the docs don't show that as example syntax.

@dougch dougch requested a review from lrstewart December 11, 2024 18:34
@dougch dougch requested a review from lrstewart December 11, 2024 18:43
@dougch dougch added this pull request to the merge queue Dec 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2024
@dougch dougch enabled auto-merge December 11, 2024 20:21
@dougch dougch added this pull request to the merge queue Dec 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2024
@dougch dougch added this pull request to the merge queue Dec 11, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Dec 11, 2024

jobs:
regression-test:
runs-on: ubuntu-latest

if: ${{ github.event_name == 'pull_request' }}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Only run this on PRs

@dougch dougch added this pull request to the merge queue Dec 11, 2024
Merged via the queue into aws:main with commit 6d24289 Dec 12, 2024
40 checks passed
@dougch dougch deleted the gha_mergequeue branch December 12, 2024 00:28
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.

3 participants