Follow new dependabot's commit author name (#14091)

This commit is contained in:
Ryo Onodera
2020-12-13 02:27:59 +09:00
committed by GitHub
parent 52c2cbd630
commit e7c85571c7
2 changed files with 3 additions and 3 deletions

View File

@@ -263,7 +263,7 @@ if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
annotate --style info --context pr-backlink \
"Github Pull Request: https://github.com/solana-labs/solana/$BUILDKITE_BRANCH"
if [[ $GITHUB_USER = "dependabot-preview[bot]" ]]; then
if [[ $GITHUB_USER = "dependabot[bot]" ]]; then
command_step dependabot "ci/dependabot-pr.sh" 5
wait_step
fi