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

fix: merge-queue support #85

Merged
merged 6 commits into from
Dec 7, 2024

Conversation

v1v
Copy link
Contributor

@v1v v1v commented Nov 12, 2024

This should help with supporting the merge-queue:

  1. The name of the event is merge_group
  2. github.context.issue.number was referenced in a few places, so I changed some signatures and use issue_number
  3. Add some debug records so it can help with running the action in debug mode.

Test

See elastic/oblt-actions#160 (comment)

Resolves #66

@mheap mheap merged commit 84ca23b into mheap:merge-queue-support Dec 7, 2024
@mheap
Copy link
Owner

mheap commented Dec 7, 2024

Just realised tests fail. Will fix before release

mheap added a commit that referenced this pull request Dec 8, 2024
* Add support for merge_queue events
* fix: merge-queue support (#85)
* Fix merge_group tests

---------

Co-authored-by: Victor Martinez <victormartinezrubio@gmail.com>
@mheap
Copy link
Owner

mheap commented Dec 8, 2024

This is released as 5.5.0 - any @v5 action should now work. Thank you for the contribution!

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.

2 participants