ENH: Support workflow_runs for pull_request from forks#55
Merged
styfle merged 2 commits intostyfle:mainfrom Feb 13, 2021
Merged
ENH: Support workflow_runs for pull_request from forks#55styfle merged 2 commits intostyfle:mainfrom
styfle merged 2 commits intostyfle:mainfrom
Conversation
DOC: Add instruction to README.
styfle
reviewed
Feb 13, 2021
Contributor
Author
|
Thanks for the merge but I don't understand why the doc is changed to refer to 0.7.0, when I see your latest release is 0.8.0. |
Owner
|
Because I don't do version updates in PRs and it was not relevant to the PR. The version is changed in a commit to main here 3d86a7c |
Contributor
Author
|
Okay, thanks for the clarification! I am not familiar with the dev workflow here. |
This was referenced Mar 11, 2021
chore(deps): bump styfle/cancel-workflow-action from 0.5.0 to 0.8.0
rubenamorim/nextjs-boilerplate#1
Merged
Merged
Merged
build(deps): update styfle/cancel-workflow-action requirement to 0.8.0
manjaro-arm/rockpi4c-images#1
Merged
build(deps): update styfle/cancel-workflow-action requirement to 0.8.0
manjaro-arm/pinebook-images#1
Merged
Merged
Merged
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.
I have a workflow that requires canceling previous runs for PRs opened from forks. The existing code does not work due to
GITHUB_TOKENlimitations, but this should work.You might want to take this PR for a spin before merge to make sure I did not break any existing functionality.
Might be related: #7, #8, #47, #54 (comment)