mirror of https://github.com/actions/setup-go.git
Create remove-labels.yml
parent
651247b8bd
commit
76bae3ebd6
@ -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…
Reference in New Issue