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

Use "pull_request_target" event instead of pull_request #12

Merged
merged 1 commit into from
Nov 2, 2020

Conversation

superbrothers
Copy link
Owner

This action accepts the pull_request event, so it is not possible to
close PRs from forked repositories. With this change, the problem is
resolved by accepting the new pull_request_target event instead.

Fixes #9

This action accepts the `pull_request` event, so it is not possible to
close PRs from forked repositories. With this change, the problem is
resolved by accepting the new `pull_request_target` event instead.

Co-authored-by: silabs-DavidS <48035768+silabs-DavidS@users.noreply.github.com>
@superbrothers superbrothers merged commit 969c650 into master Nov 2, 2020
@superbrothers superbrothers deleted the pull_request_target branch November 2, 2020 13:19
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.

Support for pull_request_target event
1 participant