Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/jira-issue-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
echo "::notice title=Technical Knowledge::${{ steps.pr-info.outputs.author }} is a member of ${{ vars.TK_TEAM_SLUG }} team. Please add the JIRA issue to the pull request title."

- name: 'Missing JIRA issue'
uses: actions/github-script@v7
uses: actions/github-script@v8
if: steps.check-pr-label.outputs.ignore == 'false' && steps.jira.outputs.first_match == '' && (steps.check-membership.outputs.is-member == 'true' || vars.ENABLE_PR_JIRA_ISSUE_CREATION != 'true')
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-assets-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: 'Visual assets validation failed'
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
core.error('Check Pull Request #${{ inputs.pull-request }} comments for detailed report on the issues related to visual assets.');
2 changes: 1 addition & 1 deletion .github/workflows/visual-assets-validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: 'Visual assets validation failed'
if: steps.check_files.outcome == 'success' && steps.check_files.outputs.files_exists == 'true' && steps.get-report.outputs.content != ''
uses: actions/github-script@v7
uses: actions/github-script@v8
with:
script: |
core.setFailed('Validation of visual assets failed.');
Expand Down