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

Implement case-insensitive matching for head branch name #836

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

datpmt
Copy link

@datpmt datpmt commented Jan 10, 2025

Description:

I want to automatically add the refactor label to a pull request when the head branch name contains the word refactor in any case (e.g., refactor, Refactor, REFACTOR, etc.). This should be a case-insensitive match to ensure flexibility and consistency in labeling.

TEST:

# .github/labeler.yml

refactor:
  - head-branch: 'refactor'

image

Related issue:
Add link to the related issue.

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

@datpmt datpmt requested a review from a team as a code owner January 10, 2025 04:08
@datpmt datpmt force-pushed the case-insensitive-head-branch branch from f86e422 to 6153ac2 Compare January 10, 2025 04:09
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.

1 participant