From b568914a472f105a85a18eac7ced44e1564c6547 Mon Sep 17 00:00:00 2001 From: Robin Genz Date: Fri, 8 Dec 2023 15:22:12 +0100 Subject: [PATCH] ci(invalid): fix [skip ci] --- .github/workflows/invalid.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/invalid.yml b/.github/workflows/invalid.yml index 5e0ad70a..e257704e 100644 --- a/.github/workflows/invalid.yml +++ b/.github/workflows/invalid.yml @@ -18,6 +18,6 @@ jobs: with: fetch-depth: 0 - name: Close Issue - run: gh issue close ${{ github.event.issue.number }} --comment "This issue has been labeled as `invalid`. This label is added to issues that are incomplete and do not provide enough information for us to help you. Please reach out if you have any questions or concerns." + run: gh issue close ${{ github.event.issue.number }} --comment "This issue has been labeled as invalid. This label is added to issues that are incomplete and do not provide enough information for us to help you. Please reach out if you have any questions or concerns." env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}