mirror of
https://github.com/actions/labeler.git
synced 2025-12-13 13:07:24 +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.
|
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
|
## Usage
|
||||||
|
|
||||||
### Create `.github/labeler.yml`
|
### Create `.github/labeler.yml`
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
name: 'Pull Request Labeler'
|
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'
|
author: 'GitHub'
|
||||||
inputs:
|
inputs:
|
||||||
repo-token:
|
repo-token:
|
||||||
|
|||||||
Reference in New Issue
Block a user