Skip to content

Commit

Permalink
Update jira_issue workflow (#1300)
Browse files Browse the repository at this point in the history
  • Loading branch information
sfc-gh-pczajka authored Jul 10, 2024
1 parent da684c3 commit 2be633f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/jira_issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ jobs:
&& (github.event.comment.user.login == 'sfc-gh-turbaszek'
|| github.event.comment.user.login == 'sfc-gh-astus'
|| github.event.comment.user.login == 'sfc-gh-pjob'
|| github.event.comment.user.login == 'sfc-gh-jsikorski')
|| github.event.comment.user.login == 'sfc-gh-jsikorski'
|| github.event.comment.user.login == 'sfc-gh-pczajka'
|| github.event.comment.user.login == 'sfc-gh-mraba')
)
|| (github.event_name == 'issues' && github.event.pull_request.user.login != 'whitesource-for-github-com[bot]'))
steps:
Expand Down

0 comments on commit 2be633f

Please sign in to comment.