-
-
Notifications
You must be signed in to change notification settings - Fork 22
restore dependabot auto merging using the workflow_run event #759
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
restore dependabot auto merging using the workflow_run event #759
Conversation
Codecov Report
@@ Coverage Diff @@
## main #759 +/- ##
===========================================
Coverage 100.00% 100.00%
Complexity 3 3
===========================================
Files 1 1
Lines 6 6
===========================================
Hits 6 6 Continue to review full report at Codecov.
|
22f6752
to
c0ea014
Compare
I'm not sure i understand the yaml link error. can you explain? |
c0ea014
to
de5e110
Compare
de5e110
to
c6eac91
Compare
c6eac91
to
f52904d
Compare
f52904d
to
63a186a
Compare
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.
Let's give this a try!
Thank you, @bendavies and @Lctrs! |
@bendavies and @Lctrs Works like a charm, see:
Thank you very much! |
This pull request restores the auto-merging of dependabot PRs.
The event is switched to use
workflow_run
, which runs with write permissions as so secrets (ERGEBNIS_BOT_TOKEN
) are available in the run.for more information see: https://securitylab.github.com/research/github-actions-preventing-pwn-requests/
I have been unable to retain all conditions of the previous if statement, namely these.
An alternative will have to be found if these are critical.
Thanks!