restore dependabot auto merging using the workflow_run event#759
Merged
localheinz merged 1 commit intoergebnis:mainfrom Aug 9, 2021
Merged
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
Contributor
Author
|
I'm not sure i understand the yaml link error. can you explain? |
c0ea014 to
de5e110
Compare
Lctrs
reviewed
Aug 4, 2021
de5e110 to
c6eac91
Compare
c6eac91 to
f52904d
Compare
f52904d to
63a186a
Compare
Member
|
Thank you, @bendavies and @Lctrs! |
This was referenced Aug 9, 2021
Merged
Merged
Member
|
@bendavies and @Lctrs Works like a charm, see:
Thank you very much! |
This was referenced Aug 9, 2021
Merged
This was referenced Aug 9, 2021
Merged
This was referenced Aug 16, 2021
Merged
1 task
1 task
1 task
Merged
1 task
1 task
bendavies
added a commit
to bendavies/php-package-template
that referenced
this pull request
Jan 19, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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!