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