mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 07:53:43 +00:00
Create add-label.yml
This commit is contained in:
parent
6e09ae7223
commit
8ba6fb21bb
1 changed files with 14 additions and 0 deletions
14
.github/workflows/add-label.yml
vendored
Normal file
14
.github/workflows/add-label.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request_target
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v4
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Add table
Add a link
Reference in a new issue