2022-07-25 05:38:34 +00:00
|
|
|
name: Add Issues and PRs to Triage
|
|
|
|
|
|
|
|
on:
|
|
|
|
issues:
|
|
|
|
types:
|
|
|
|
- opened
|
2022-10-18 18:57:47 +00:00
|
|
|
- reopened
|
2022-07-25 05:38:34 +00:00
|
|
|
pull_request_target:
|
|
|
|
types:
|
|
|
|
- opened
|
2022-10-18 18:57:47 +00:00
|
|
|
- reopened
|
2022-07-25 05:38:34 +00:00
|
|
|
|
|
|
|
jobs:
|
2022-10-18 18:57:47 +00:00
|
|
|
triage:
|
|
|
|
uses: smallstep/workflows/.github/workflows/triage.yml@main
|
|
|
|
secrets: inherit
|