mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
ci(project): sort issues and PRs when reopened
This commit is contained in:
parent
53863e7b3f
commit
4d9e5ce9a7
1 changed files with 2 additions and 2 deletions
4
.github/workflows/project.yml
vendored
4
.github/workflows/project.yml
vendored
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue