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