From 72b094df253e4604e4928009fa8c6eba2cd4634e Mon Sep 17 00:00:00 2001 From: Octo Bot Date: Wed, 27 May 2026 18:15:41 +0800 Subject: [PATCH] chore(ci): add edited trigger to check-sprint and auto-add workflows --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/check-sprint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 73687b3..d3f6bc9 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -5,7 +5,7 @@ on: issues: types: [opened] pull_request_target: - types: [opened] + types: [opened, edited] permissions: {} diff --git a/.github/workflows/check-sprint.yml b/.github/workflows/check-sprint.yml index c1e9e38..6a36a03 100644 --- a/.github/workflows/check-sprint.yml +++ b/.github/workflows/check-sprint.yml @@ -33,7 +33,7 @@ name: Check Sprint on: pull_request_target: - types: [opened, synchronize, reopened] + types: [opened, synchronize, reopened, edited] branches: [main] permissions: {}