Skip to content

Commit

Permalink
Update jira_issue.yml (#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-mkeller authored Apr 25, 2023
1 parent b48e420 commit c563913
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/jira_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
jobs:
create-issue:
runs-on: ubuntu-latest
permissions:
issues: write
if: ((github.event_name == 'issue_comment' && github.event.comment.body == 'recreate jira' && github.event.comment.user.login == 'sfc-gh-mkeller') || (github.event_name == 'issues' && github.event.pull_request.user.login != 'whitesource-for-github-com[bot]'))
steps:
- name: Checkout
Expand Down

0 comments on commit c563913

Please sign in to comment.