Skip to content

Commit 5dd0f3e

Browse files
committed
Comment from collaborators only
Signed-off-by: Chris Yan <chrisyan@microsoft.com>
1 parent 30d34df commit 5dd0f3e

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/run-azure-windows.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ jobs:
99
azure-windows:
1010
if: |
1111
${{ github.event.issue.pull_request }} &&
12-
contains(github.event.comment.body, '/azure-windows')
12+
contains(github.event.comment.body, '/azure-windows') &&
13+
github.event.comment.author_association == 'COLLABORATOR'
1314
runs-on: ubuntu-latest
1415
steps:
1516
- run:

0 commit comments

Comments
 (0)