Skip to content

feat(issue triage): Get all labels of the repository (#346) #172

feat(issue triage): Get all labels of the repository (#346)

feat(issue triage): Get all labels of the repository (#346) #172

Workflow file for this run

name: 'Release'
on:
push:
branches:
- 'main'
- 'release/**/*'
jobs:
release:
uses: 'google-github-actions/.github/.github/workflows/release.yml@v3' # ratchet:exclude
permissions:
attestations: 'write'
contents: 'write'
packages: 'write'
secrets:
ACTIONS_BOT_TOKEN: '${{ secrets.ACTIONS_BOT_TOKEN }}'