Skip to content

SLLS-256 run releasability checks on master branch #1

SLLS-256 run releasability checks on master branch

SLLS-256 run releasability checks on master branch #1

Workflow file for this run

name: Releasability status
'on':
check_suite:
types:
- completed
jobs:
update_releasability_status:
runs-on: ubuntu-latest
name: Releasability status
permissions:
id-token: write
statuses: write
contents: read
if: >-
(contains(fromJSON('["main", "master"]'),
github.event.check_suite.head_branch) ||
startsWith(github.event.check_suite.head_branch, 'dogfood-') ||
startsWith(github.event.check_suite.head_branch, 'branch-')) &&
github.event.check_suite.conclusion == 'success' &&
github.event.check_suite.app.slug == 'cirrus-ci'
steps:
- uses: >-
SonarSource/gh-action_releasability/releasability-status@v2
with:

Check failure on line 24 in .github/workflows/releasability.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/releasability.yml

Invalid workflow file

You have an error in your yaml syntax on line 24
optional_checks: "Jira","CheckDependencies"
env:
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'