Skip to content

Commit

Permalink
Merge pull request #4150 from samurdhikaru/dev/dev-fix-blossom-ci-10.4
Browse files Browse the repository at this point in the history
Update blossom-ci for improved security
  • Loading branch information
samurdhikaru authored Sep 24, 2024
2 parents 6cad70d + 7590851 commit 08ad45b
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/blossom-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,15 @@ jobs:

# This job only runs for pull request comments
if: |
contains( 'rajeevsrao,kevinch-nv,ttyio,samurdhikaru,zerollzeng,nvpohanh', format('{0},', github.actor)) &&
github.event.comment.body == '/blossom-ci'
github.event.comment.body == '/blossom-ci' &&
(
github.actor == 'rajeevsrao' ||
github.actor == 'kevinch-nv' ||
github.actor == 'ttyio' ||
github.actor == 'samurdhikaru' ||
github.actor == 'zerollzeng' ||
github.actor == 'nvpohanh'
)
steps:
- name: Check if comment is issued by authorized person
run: blossom-ci
Expand Down

0 comments on commit 08ad45b

Please sign in to comment.