Add missing images #6
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: assert-jira-ticket | ||
on: | ||
pull_request: | ||
types: | ||
- opened | ||
- edited | ||
- synchronize | ||
- reopened | ||
permissions: | ||
id-token: write # This is required for requesting the JWT for Github OIDC auth | ||
pull-requests: read # This is required to read PR contents. | ||
jobs: | ||
assert-jira-ticket: | ||
uses: rtkwlf-actions/common-workflows/.github/workflows/assert-jira-ticket.yml@latest | ||
Check failure on line 14 in .github/workflows/assert-jira-ticket.yml GitHub Actions / .github/workflows/assert-jira-ticket.ymlInvalid workflow file
|