Skip to content

Commit 70228a7

Browse files
committed
Ignore JIRA in the releasability check
1 parent ca071db commit 70228a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/releasability.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
&& github.event.check_suite.conclusion == 'success'
1919
&& github.event.check_suite.app.slug == 'cirrus-ci'
2020
steps:
21-
- uses: SonarSource/gh-action_releasability/[email protected]
21+
- uses: SonarSource/gh-action_releasability/[email protected]
22+
with:
23+
optional_checks: "Jira"
2224
env:
2325
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)