pozil / auto-assign-issue

GitHub Action that auto-assigns issues or PRs to one or more users
Creative Commons Zero v1.0 Universal
52 stars 27 forks source link

Add support for passing issue ID manually. #115

Closed bwplotka closed 11 months ago

bwplotka commented 11 months ago

As per https://securitylab.github.com/research/github-actions-preventing-pwn-requests/, we would like to securely auto assign user to the PR from the external forks.

This change allows optional explicit issue ID to be passed, useful when context is missing. See example usage in https://github.com/GoogleCloudPlatform/prometheus-engine/pull/532

pozil commented 11 months ago

Hi @bwplotka thanks for the PR. This is a great contribution, I'll happily take it.

bwplotka commented 11 months ago

Thanks for fixing after me! 🙈