diff --git a/.github/workflows/auto-close-pr.yml b/.github/workflows/auto-close-pr.yml index 57d48ed..7533c57 100644 --- a/.github/workflows/auto-close-pr.yml +++ b/.github/workflows/auto-close-pr.yml @@ -1,5 +1,5 @@ -names: Auto Close PRs -#correct +name: Auto Close PRs + on: pull_request_target: types: [opened, reopened] @@ -52,4 +52,4 @@ jobs: ...context.repo, pull_number: context.payload.pull_request.number, state: 'closed' - }); + }); \ No newline at end of file