-
Notifications
You must be signed in to change notification settings - Fork 605
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
Run PRs from forked repos with readwrite token #2654
Run PRs from forked repos with readwrite token #2654
Conversation
This does no longer trigger the action nor does it checkout the right code: actions/checkout#518 Fixed meanwhile by still trigger it for event |
0e9040e
to
c4b07d1
Compare
c4b07d1
to
48b87ad
Compare
Codecov Report
@@ Coverage Diff @@
## master #2654 +/- ##
============================================
- Coverage 52.52% 52.49% -0.03%
- Complexity 5300 5301 +1
============================================
Files 751 751
Lines 30059 30081 +22
Branches 3880 3881 +1
============================================
+ Hits 15789 15792 +3
- Misses 12804 12823 +19
Partials 1466 1466
Continue to review full report at Codecov.
|
I still don't know why the workflow is no longer triggered with the updated events... |
This will only fire, once it hits the master branch, as action |
@@ -26,8 +44,18 @@ jobs: | |||
runs-on: ${{ matrix.os }} | |||
|
|||
steps: | |||
- name: Debug Event |
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.
This is just temporary in order to apply some post merge fixes more easily.
This reverts commit 4001c69.
This closes #2653