ci(project): sort issues and PRs when reopened

This commit is contained in:
Marc Cornellà 2022-04-04 21:40:08 +02:00 committed by GitHub
parent 53863e7b3f
commit 4d9e5ce9a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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 }}