Skip to content

gha: pr labeler label more file types#2530

Open
jbampton wants to merge 1 commit intoapache:mainfrom
jbampton:label-more-files
Open

gha: pr labeler label more file types#2530
jbampton wants to merge 1 commit intoapache:mainfrom
jbampton:label-more-files

Conversation

@jbampton
Copy link
Member

@jbampton jbampton commented Feb 9, 2026

Reasonable numbers of files to warrant labels for each type.

Counts of file types with new labels shown below:

  • find . -type f -name "*.xml" | wc -l = 128
  • find . -type f -name "*.md" | wc -l = 11
  • find . -type f -name "*.yml" | wc -l = 17
  • find . -type f -name "*.yaml" | wc -l = 2

To complete this PR we need to add the new labels on the repo label page:

https://github.com/apache/shiro/labels

3 labels to be added for: "documentation", "xml", "yaml"

Reasonable numbers of files to warrant labels for each type.

Counts of file types with new labels shown below:

- `find . -type f -name "*.xml" | wc -l` = 128
- `find . -type f -name "*.md" | wc -l` = 11
- `find . -type f -name "*.yml" | wc -l` = 17
- `find . -type f -name "*.yaml" | wc -l` = 2

To complete this PR we need to add the new labels on the repo label page:

https://github.com/apache/shiro/labels

3 labels to be added for: "documentation", "xml", "yaml"
@github-actions github-actions bot added the github_actions Pull requests that update GitHub Actions code label Feb 9, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants