Skip to content

Releasability Status #785

Releasability Status

Releasability Status #785

Workflow file for this run

name: Releasability Status
on:
workflow_run:
workflows: ["Build"]
types:
- completed
branches:
- master
- dogfood-*
- branch-*
jobs:
releasability-status:
name: Releasability status
runs-on: github-ubuntu-latest-s
permissions:
id-token: write
statuses: write
contents: read
if: github.event.workflow_run.conclusion == 'success'
steps:
- uses: SonarSource/gh-action_releasability/releasability-status@master # dogfood
env:
GITHUB_TOKEN: ${{ github.token }}