This action serves as a convenient wrapper for [actions/labeler][labeler].
Automatically assigning labels to new pull requests based on changed file paths or branch names, similar to [actions/labeler][labeler].
## Usage
To set up the action, you need to create a YAML file that defines your configurations.
Refer to the detailed configuration syntax for the labeler in [actions/labeler][labeler].
### Configuration URL
```yaml
steps:
- name: Cross Labeler
uses: tmknom/cross-labeler-action@v0
with:
configuration-url: https://raw.githubusercontent.com/tmknom/configurations/main/labeler/conventional-commits.yml
```
### Configuration Path
```yaml
steps:
- name: Cross Labeler
uses: tmknom/cross-labeler-action@v0
with:
configuration-path: .github/labeler.yml
```