Skip to content
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

chore: allow forked PRs to run our github action workflows #3175

Merged
merged 1 commit into from
Dec 13, 2021

Conversation

karrui
Copy link
Contributor

@karrui karrui commented Dec 13, 2021

Problem

Forked PRs (see #2819) seem to not be able to run our Github Action workflows due to missing trigger conditions.
This results in a bad experience for any open source contributors and should be fixed.

This PR adds a new pull_request_target workflow trigger to our CI workflow config.

Deploy Notes

New pull_request_target trigger on our CI Github workflow.

Copy link
Contributor

@tshuli tshuli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

as discussed:

  • update Fork pull request workflows from outside collaborators to require approval for all outside contributors (done)
  • note that Once a collaborator with write access has reviewed the changes, they can approve the workflows to run for the current commit only. If the pull request is updated to a new commit, a new approval will be required.

@tshuli tshuli merged commit 5f7965d into develop Dec 13, 2021
@tshuli tshuli deleted the chore/allow-workflow-runs-on-forked-prs branch December 13, 2021 06:52
@tshuli tshuli mentioned this pull request Dec 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants