mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-06-26 04:21:33 +02:00
ci(project): sort issues and PRs when reopened
This commit is contained in:
parent
53863e7b3f
commit
4d9e5ce9a7
4
.github/workflows/project.yml
vendored
4
.github/workflows/project.yml
vendored
@ -1,9 +1,9 @@
|
|||||||
name: Project tracking
|
name: Project tracking
|
||||||
on:
|
on:
|
||||||
issues:
|
issues:
|
||||||
types: [opened]
|
types: [opened, reopened]
|
||||||
pull_request_target:
|
pull_request_target:
|
||||||
types: [opened, synchronize]
|
types: [opened, reopened, synchronize]
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user