mirror of
https://github.com/smallstep/certificates.git
synced 2024-11-19 09:25:37 +00:00
17 lines
261 B
YAML
17 lines
261 B
YAML
name: Add Issues and PRs to Triage
|
|
|
|
on:
|
|
issues:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
pull_request_target:
|
|
types:
|
|
- opened
|
|
- reopened
|
|
|
|
jobs:
|
|
triage:
|
|
uses: smallstep/workflows/.github/workflows/triage.yml@main
|
|
secrets: inherit
|