Skip to content

Commit

Permalink
Update comment_pr_trigger_phrases.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
damccorm authored Mar 3, 2023
1 parent 492a9b8 commit 66a5287
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/ci/release/comment_pr_trigger_phrases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,5 @@ GITHUB_PR=$1
while IFS= read -r trigger_phrase
do
gh pr comment "$GITHUB_PR" --body "$trigger_phrase"
sleep 30
done <"$file"

0 comments on commit 66a5287

Please sign in to comment.