-
Notifications
You must be signed in to change notification settings - Fork 97
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 PR labeler #3628
Add PR labeler #3628
Conversation
@@ -0,0 +1,11 @@ | |||
Needs tech review: | |||
- changed-files: | |||
- any-glob-to-any-file: ['**'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: This will label the PR if there are changes in any file in the repo.
|
||
Needs testing: | ||
- changed-files: | ||
- any-glob-to-any-file: ['guides/**'] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI: This will label the PR if there are changes in any file in the guides
folder or its subfolders.
The PR preview for a0dcd3a is available at theforeman-foreman-documentation-preview-pr-3628.surge.sh The following output files are affected by this PR: |
Code tested in Lennonka/scripts-git-bash#1 : Success ✔️ All used labels exist ✔️ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
What changes are you introducing?
Adding a GH action - PR labeler
Why are you introducing these changes? (Explanation, links to references, issues, etc.)
For labeling PRs automatically
Anything else to add? (Considerations, potential downsides, alternative solutions you have explored, etc.)
Using https://github.com/actions/labeler
Checklists
Please cherry-pick my commits into: N/A