Skip to content

Enable Github's Immutable releases #948

Enable Github's Immutable releases

Enable Github's Immutable releases #948

Workflow file for this run

name: Add Issues and PRs to Triage
on:
issues:
types:
- opened
- reopened
pull_request_target:
types:
- opened
- reopened
permissions:
issues: write
pull-requests: write
jobs:
triage:
uses: smallstep/workflows/.github/workflows/triage.yml@main
secrets: inherit