prettier
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user