mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 03:58:05 +00:00
Merge pull request #51 from actions/ethomson/docs
Minor doc improvements
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
|
||||
Pull request labeler triages PRs based on the paths that are modified in the PR.
|
||||
|
||||
Note that only pull requests being opened from the same repository can be labeled. This action will not currently work for pull requests from forks -- like is common in open source projects -- because the token for forked pull request workflows does not have write permissions.
|
||||
|
||||
## Usage
|
||||
|
||||
### Create `.github/labeler.yml`
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: 'Pull Request Labeler'
|
||||
description: 'Label pull requests by files altered'
|
||||
description: 'Add labels to new pull requests based on the files that are changed'
|
||||
author: 'GitHub'
|
||||
inputs:
|
||||
repo-token:
|
||||
|
||||
Reference in New Issue
Block a user