Skip to content

Commit dbb549b

Browse files
SONARPHP-1773 Add optional JIRA checks to releasability status configuration (#1586)
1 parent a4a2ec0 commit dbb549b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/releasability-status.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,7 @@ jobs:
1919
contents: read
2020
steps:
2121
- uses: SonarSource/gh-action_releasability/releasability-status@v3
22+
with:
23+
optional_checks: 'jira'
2224
env:
2325
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)