mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
ci(project): sort issues and PRs when reopened
This commit is contained in:
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 }}
|
||||
|
||||
Reference in New Issue
Block a user