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

Add prow-github-actions automatic PR labeler #1143

Closed
wants to merge 0 commits into from
Closed

Conversation

jpmcb
Copy link
Collaborator

@jpmcb jpmcb commented Jun 22, 2020

I've created a github actions workflow with a feature to automatically label PRs. A persistent problem with the github sponsored labeler is that it will not work from forks (which is a typical project management flow for most open source projects). To get around this, prow-github-actions will run from the default branch of the repository within a cron job where the github actions token has appropriate permissions.

This new action will run every hour and label PRs based on the globs found in labels.yml.

Here is a working example of this: jpmcb/prow-github-actions#12

Let me know if there are any questions!!!

@umarcor
Copy link
Contributor

umarcor commented Jun 25, 2020

Ref #952.

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

2 participants