mirror of
https://github.com/actions/labeler.git
synced 2025-12-11 12:07:32 +00:00
Add clarity on GITHUB_TOKEN purpose (#19)
This commit is contained in:
committed by
Danny McCormick
parent
0d3cd1e1fd
commit
44767181ec
@@ -16,7 +16,7 @@ label3:
|
|||||||
- example3/*
|
- example3/*
|
||||||
- example3/**/*.yml
|
- example3/**/*.yml
|
||||||
```
|
```
|
||||||
Then create a workflow:
|
Then create a workflow utilizing the labeler action, granting access to the GITHUB_TOKEN so the action can make calls to GitHub's rest API:
|
||||||
```
|
```
|
||||||
name: "Pull Request Labeler"
|
name: "Pull Request Labeler"
|
||||||
on:
|
on:
|
||||||
|
|||||||
Reference in New Issue
Block a user