From 88ef21083cf42fcb96fa54b1bbb6a2e1372f65bf Mon Sep 17 00:00:00 2001 From: Mashiro <107276926+mashiro-san@users.noreply.github.com> Date: Mon, 23 Oct 2023 10:19:17 +0000 Subject: [PATCH] Update repository files --- .github/workflows/manager.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manager.yml b/.github/workflows/manager.yml index 5f6f4cc..ef1b337 100644 --- a/.github/workflows/manager.yml +++ b/.github/workflows/manager.yml @@ -6,12 +6,12 @@ on: - cron: 0 10 * 3-10 1 create: issues: - types: [opened, reopened, closed, edited] + types: [opened, reopened, closed] pull_request: branches: [main] - types: [opened, reopened, closed, edited] + types: [opened, reopened, closed] issue_comment: - types: [created, edited] + types: [created] release: types: [published]