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 event for dependency-pr flow #340

Merged
merged 1 commit into from
Apr 1, 2022

Conversation

kylelaker
Copy link
Contributor

@kylelaker kylelaker commented Apr 1, 2022

The GitHub docs say that the event is pull_request_target; however,
that does not exist as an object on the event. The pull_request object
is there and we should use that.

Related to #321

@kylelaker
Copy link
Contributor Author

Opened a PR to fix the docs as well at github/docs#16752

@kylelaker kylelaker requested a review from a team April 1, 2022 19:47
@kylelaker
Copy link
Contributor Author

If this actually fixes our issues, I will remove the debug job in a subsequent PR.

The GitHub docs say that the event is `pull_request_target`; however,
that does not exist as an object on the event. The `pull_request` object
is there and we should use that.
@kylelaker kylelaker requested a review from a team April 1, 2022 20:09
@rgauss rgauss merged commit 05e4651 into develop Apr 1, 2022
@rgauss rgauss deleted the feature/fix-dep-pr-event branch April 1, 2022 20: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.

None yet

3 participants