Skip to content

gha: pr labeler label more file types#2530

Merged
lprimak merged 1 commit into
apache:mainfrom
jbampton:label-more-files
Feb 9, 2026
Merged

gha: pr labeler label more file types#2530
lprimak merged 1 commit into
apache:mainfrom
jbampton:label-more-files

Conversation

@jbampton

@jbampton jbampton commented Feb 9, 2026

Copy link
Copy Markdown
Member

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
@lprimak lprimak merged commit 7ac5c44 into apache:main Feb 9, 2026
31 checks passed
@jbampton jbampton deleted the label-more-files branch February 10, 2026 01:15
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