Delete remove-label.yml

This commit is contained in:
MaksimZhukov 2022-10-25 15:22:24 +02:00 committed by GitHub
parent fa41835a20
commit 651247b8bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 15 deletions

View File

@ -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 }}"