Auto Label PR
Version updated for https://github.com/zspirit/auto-label-pr to version v1.0.0.
- This action is used across all versions by ? repositories.
Action Type
This is a Node action using Node version 20.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The Auto Label PR GitHub Action automatically labels pull requests based on the file paths of modified files, using a predefined configuration file. It streamlines pull request management by automating the assignment of relevant labels, improving organization and visibility in repositories with multiple contributors or complex file structures. Key capabilities include customizable label-file mapping and integration with monorepo setups.
Release notes
Auto Label PR v1.0.0
Automatically label pull requests based on changed file paths.
Features
- Pattern matching using glob syntax
- Auto-creates labels if they don’t exist
- Configurable via
.github/auto-label.yml - Works with monorepos
Usage
- uses: zspirit/auto-label-pr@v1
See README for full documentation.