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 PR labeler #3628

Merged
merged 3 commits into from
Jan 30, 2025
Merged

Add PR labeler #3628

merged 3 commits into from
Jan 30, 2025

Conversation

Lennonka
Copy link
Contributor

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

  • I am okay with my commits getting squashed when you merge this PR.
  • I am familiar with the contributing guidelines.

Please cherry-pick my commits into: N/A

@@ -0,0 +1,11 @@
Needs tech review:
- changed-files:
- any-glob-to-any-file: ['**']
Copy link
Contributor Author

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/**']
Copy link
Contributor Author

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.

Copy link

github-actions bot commented Jan 30, 2025

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:

show diff

show diff as HTML

.github/labeler.yml Outdated Show resolved Hide resolved
@Lennonka
Copy link
Contributor Author

Lennonka commented Jan 30, 2025

Code tested in Lennonka/scripts-git-bash#1 : Success ✔️

All used labels exist ✔️

Copy link
Contributor

@apinnick apinnick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

@Lennonka Lennonka merged commit e3395ae into theforeman:master Jan 30, 2025
8 checks passed
@Lennonka Lennonka deleted the add-pr-labeler branch January 30, 2025 16:12
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.

2 participants