mirror of
https://github.com/actions/setup-go.git
synced 2025-06-28 16:03:43 +00:00
Create remove-labels.yml
This commit is contained in:
parent
651247b8bd
commit
76bae3ebd6
1 changed files with 14 additions and 0 deletions
14
.github/workflows/remove-labels.yml
vendored
Normal file
14
.github/workflows/remove-labels.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: "Remove label"
|
||||||
|
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