From 2dc3f9bf54d6ed7656c8a7ebed9d383f71b90c6c Mon Sep 17 00:00:00 2001 From: ousttrue Date: Tue, 25 Jun 2024 17:16:02 +0900 Subject: [PATCH] =?UTF-8?q?permission=20=E3=81=A8=20=E6=89=8B=E5=8B=95?= =?UTF-8?q?=E5=AE=9F=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/close-expired-issues.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/close-expired-issues.yml b/.github/workflows/close-expired-issues.yml index 8467bc04b..5d28c177c 100644 --- a/.github/workflows/close-expired-issues.yml +++ b/.github/workflows/close-expired-issues.yml @@ -1,9 +1,14 @@ name: Expired Issues Closure on: + workflow_dispatch: schedule: - cron: 0 5 * * * +permissions: + issues: write + pull-requests: write + jobs: cycle-weekly-close: runs-on: ubuntu-latest