1
0
mirror of synced 2025-12-30 03:01:36 -05:00
This commit is contained in:
Ramya Parimi
2021-09-07 10:24:36 -05:00
parent 9aa2880ddf
commit c4d099e292

View File

@@ -10,7 +10,7 @@ jobs:
close-on-adding-invalid-label:
if: github.repository == 'github/docs' && github.event.label.name == 'invalid'
runs-on: ubuntu-latest
steps:
- name: Close issue
if: ${{ github.event_name == 'issues' }}
@@ -23,4 +23,3 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh pr close ${{ github.event.pull_request.html_url }} -d