From 58ed49e37e77a47d19e59d78bc41522dec42de80 Mon Sep 17 00:00:00 2001 From: Octo Bot Date: Wed, 27 May 2026 18:15:54 +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 | 3 ++- 2 files changed, 3 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 db4b1cd..d080520 100644 --- a/.github/workflows/check-sprint.yml +++ b/.github/workflows/check-sprint.yml @@ -9,7 +9,7 @@ name: Check Sprint on: pull_request_target: - types: [opened, synchronize, reopened] + types: [opened, synchronize, reopened, edited] branches: [main] permissions: {} @@ -20,5 +20,6 @@ jobs: with: pr-number: ${{ github.event.pull_request.number }} repo-name: ${{ github.repository }} + enforce-freshness: true secrets: PROJECT_TOKEN: ${{ secrets.PROJECT_TOKEN }}