1
0
mirror of https://github.com/actions/labeler synced 2026-05-05 19:27:48 +02:00

Add clarity on GITHUB_TOKEN purpose (#19)

This commit is contained in:
Shawn Napora
2019-09-09 15:53:57 -04:00
committed by Danny McCormick
parent 0d3cd1e1fd
commit 44767181ec

View File

@@ -16,7 +16,7 @@ label3:
- example3/*
- 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"
on: