From c4d099e2922686cf1c3960a4344610e2140dc78a Mon Sep 17 00:00:00 2001 From: Ramya Parimi Date: Tue, 7 Sep 2021 10:24:36 -0500 Subject: [PATCH] prettier --- .github/workflows/close-on-invalid-label.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/close-on-invalid-label.yaml b/.github/workflows/close-on-invalid-label.yaml index 177e0a1266..fd37eacc84 100644 --- a/.github/workflows/close-on-invalid-label.yaml +++ b/.github/workflows/close-on-invalid-label.yaml @@ -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 -