From 21269ee8354dbf251cef69eefcf58c6f5e93a436 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=BA=90=E6=96=87=E9=9B=A8?= <41315874+fumiama@users.noreply.github.com> Date: Wed, 20 Sep 2023 20:06:44 +0900 Subject: [PATCH] fix: workflow --- .github/workflows/pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull.yml b/.github/workflows/pull.yml index 01317669..d7aee444 100644 --- a/.github/workflows/pull.yml +++ b/.github/workflows/pull.yml @@ -9,7 +9,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - - name: Autoclose issues that did not follow issue template + - name: Autoclose PR that did not follow PR template uses: roots/issue-closer@v1.1 with: repo-token: ${{ secrets.GITHUB_TOKEN }}