We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0482f5e commit de8b9a8Copy full SHA for de8b9a8
.github/workflows/jira.yml
@@ -3,7 +3,7 @@ on:
3
pull_request:
4
types: [opened]
5
jobs:
6
- security:
+ security-jira:
7
if: ${{ github.actor == 'dependabot[bot]' || github.actor == 'snyk-bot' || contains(github.event.pull_request.head.ref, 'snyk-fix-') || contains(github.event.pull_request.head.ref, 'snyk-upgrade-')}}
8
runs-on: ubuntu-latest
9
steps:
0 commit comments