From 4d9e5ce9a7d8db3c3aadcae81580a5c3ff5a0e8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Cornell=C3=A0?= Date: Mon, 4 Apr 2022 21:40:08 +0200 Subject: [PATCH] ci(project): sort issues and PRs when reopened --- .github/workflows/project.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 4b671d449..b2219893d 100644 --- a/.github/workflows/project.yml +++ b/.github/workflows/project.yml @@ -1,9 +1,9 @@ name: Project tracking on: issues: - types: [opened] + types: [opened, reopened] pull_request_target: - types: [opened, synchronize] + types: [opened, reopened, synchronize] concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}