-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
[Bug][Contributor workflow] Github actions labeler doesn't work for forks #1092
Comments
seems like the the id maybe implement |
this replaces the default labeler as it does not label PRs from forks properly. with periodic-labeler it should apply labels on a cron to any PR and resolve the below bug: spf13#1092
This PR should address this bug: #1097 |
* replace labeler action with periodic-labeler this replaces the default labeler as it does not label PRs from forks properly. with periodic-labeler it should apply labels on a cron to any PR and resolve the below bug: #1092
This issue is being marked as stale due to a long period of inactivity |
* replace labeler action with periodic-labeler this replaces the default labeler as it does not label PRs from forks properly. with periodic-labeler it should apply labels on a cron to any PR and resolve the below bug: spf13/cobra#1092
* replace labeler action with periodic-labeler this replaces the default labeler as it does not label PRs from forks properly. with periodic-labeler it should apply labels on a cron to any PR and resolve the below bug: spf13/cobra#1092
I've noticed that the labeler Github action isn't working. Here's an example
It looks like the
actions/labeler
Github action won't work with PRs opened from forks (for security reasons): actions/labeler#12And looks like this was recently clarified: actions/labeler@2b75d22
A few workarounds:
@xchapter7x I know you looked at the labeler previously in #1074 - Any thoughts here?
The text was updated successfully, but these errors were encountered: