Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1d8c9d4

Browse files
bpmctpull[bot]
authored andcommitted
hotfix: change permissions for /deploy-pr comment (#8597)
1 parentd97b9ed commit1d8c9d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/pr-deploy.yaml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ concurrency:
2222

2323
jobs:
2424
pr_commented:
25-
if:github.event_name == 'issue_comment' && contains(github.event.comment.body, '/deploy-pr') && github.event.comment.author_association == 'MEMBER' || github.event_name == 'workflow_dispatch'
25+
if:(github.event_name == 'issue_comment' && contains(github.event.comment.body, '/deploy-pr') &&(github.event.comment.author_association == 'MEMBER' || github.event.comment.author_association == 'COLLABORATOR' || github.event.comment.author_association == 'OWNER')) || github.event_name == 'workflow_dispatch'
2626
outputs:
2727
PR_NUMBER:${{ steps.pr_number.outputs.PR_NUMBER }}
2828
PR_TITLE:${{ steps.pr_number.outputs.PR_TITLE }}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp