-
Notifications
You must be signed in to change notification settings - Fork 7
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 : added merge group support + action.yml for github action #129
fix : added merge group support + action.yml for github action #129
Conversation
Signed-off-by: Ethan Perruzza <[email protected]>
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #129 +/- ##
==========================================
- Coverage 66.27% 57.58% -8.70%
==========================================
Files 2 2
Lines 516 521 +5
Branches 88 89 +1
==========================================
- Hits 342 300 -42
- Misses 150 200 +50
+ Partials 24 21 -3
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
@christophebedard I don't know if you get notifications for PRs on your repo, sorry if it double pinged you. Could you check that please ? |
Thanks for the PR! Yes I definitely get notifications for PRs! I was on vacation and away from my computer; I'm looking at the PR now. |
Looks like CI is failing with Python 3.7. Not sure if it's also failing with Python >3.7, but you could remove 3.7 from the matrix, since it's now end-of-life (and maybe add 3.12): https://devguide.python.org/versions/#python-release-cycle. |
Other than the (numerous) small suggestions and requests, this looks good! |
Signed-off-by: Ethan Perruzza <[email protected]>
Signed-off-by: Ethan Perruzza <[email protected]>
Signed-off-by: Ethan Perruzza <[email protected]>
Signed-off-by: Ethan Perruzza <[email protected]>
Signed-off-by: Ethan Perruzza <[email protected]>
Added inputs Signed-off-by: Ethan Perruzza <[email protected]>
Added github action to ci + modified readme help Signed-off-by: Ethan Perruzza <[email protected]>
301714a
to
8509767
Compare
Hello, I applied your suggestion. |
I don't think the |
I see that all the |
Signed-off-by: Ethan Perruzza <[email protected]>
Signed-off-by: Ethan Perruzza <[email protected]>
ae7644b
to
b87749b
Compare
Sorry for the delayed (re)reviews, I've been pretty busy over the last few days. I will unfortunately be away from my computer once again starting in a few hours until Friday 1 week from now. However, I'll probably be able to rereview and merge this once the action works. |
Signed-off-by: Ethan Perruzza <[email protected]>
Hey, no worries, thank you for your time each day for the review ;) |
Signed-off-by: Ethan Perruzza <[email protected]>
c9ae1d5
into
christophebedard:master
Merci! |
I've created a |
Hey there!
In some of our project repositories, we use the
merge-group
feature, and when trying to use your script, we noticed it wasn't working as expected. To address this, we wrote some additional code to ensure compatibility and would love to contribute it back.While working on this, we also added an action.yml file for easier integration with GitHub Actions and to simplify the workflow syntax. Let us know if you have any feedback or suggestions!
Thanks!