Replies: 1 comment
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Select Topic Area
Product Feedback
Body
Currently, GitHub Actions provides the following related events:
pull_request_review: Triggers on PR reviews but has restricted permissions when the PR comes from a forked repository.pull_request_target: Provides broader access but does not trigger on PR reviews.This limitation makes it difficult to run workflows that require PR review events with proper access, especially in repositories that receive contributions from forks.
Proposed Solution
Introduce a new event:
pull_request_review_targetpull_request_target, but specifically trigger on PR review actions.Use Case Example
For open-source repositories, we may want to trigger CI/CD or bot actions when a maintainer reviews a PR from a fork. However, with the current
pull_request_reviewevent, these workflows run with limited access, restricting critical functionalities like commenting, applying labels, or triggering deployment actions.Would it be possible for GitHub to introduce this event? I believe this would be highly beneficial for projects relying on PR review automation.
Looking forward to feedback and discussion! 🚀
Beta Was this translation helpful? Give feedback.
All reactions