1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01:00

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

View File

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