diff --git a/.github/workflows/project.yml b/.github/workflows/project.yml index 4b671d4495e2a80d382fba66c4ed7e4ce1a3c70a..b2219893d9bcd1a99d4b7013887182ccf5201b98 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 }}