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