Merge pull request #51 from actions/ethomson/docs

Minor doc improvements
This commit is contained in:
Edward Thomson
2020-02-05 17:32:54 +00:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@@ -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`

View File

@@ -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: