ledongthuc/Monorepo labelling
Detects pull requests files changes and add labels to the pull request. User can define file change patterns and map it to labels we want to add to.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Sep 11, 2024
- License
- None
Pinned Snippet
uses: ledongthuc/monorepolabeling@66b3e6fdd819903bc19edb581757d0d40f61bf4c # no releases — HEAD as of 2026-07-11tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| matching-patterns | Mapping between file changes pattern and label we want to add to github pull request. Examples: /file/a/*:serviceA /file/b/*:serviceB | yes | "" |
Outputs
| name | description |
|---|---|
| labels | List of labels match with files changes |