Skip to content

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