Skip to content

Releasability status #2432

Releasability status

Releasability status #2432

Workflow file for this run

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