Skip to content

Commit

Permalink
move updating dependabot pr process to Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed May 23, 2024
1 parent b6a9f3c commit c6cdfd5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 83 deletions.
4 changes: 0 additions & 4 deletions ci/buildkite-pipeline-in-disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -309,10 +309,6 @@ if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
annotate --style info --context pr-backlink \
"Github Pull Request: https://github.com/anza-xyz/agave/$BUILDKITE_BRANCH"

if [[ $GITHUB_USER = "dependabot[bot]" ]]; then
command_step dependabot "ci/dependabot-pr.sh" 5
wait_step
fi
pull_or_push_steps
exit 0
fi
Expand Down
4 changes: 0 additions & 4 deletions ci/buildkite-pipeline.sh
Original file line number Diff line number Diff line change
Expand Up @@ -336,10 +336,6 @@ if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
annotate --style info --context pr-backlink \
"Github Pull Request: https://github.com/anza-xyz/agave/$BUILDKITE_BRANCH"

if [[ $GITHUB_USER = "dependabot[bot]" ]]; then
command_step dependabot "ci/dependabot-pr.sh" 5
wait_step
fi
pull_or_push_steps
exit 0
fi
Expand Down
4 changes: 0 additions & 4 deletions ci/buildkite-solana-private.sh
Original file line number Diff line number Diff line change
Expand Up @@ -289,10 +289,6 @@ if [[ $BUILDKITE_BRANCH =~ ^pull ]]; then
annotate --style info --context pr-backlink \
"Github Pull Request: https://github.com/anza-xyz/agave/$BUILDKITE_BRANCH"

if [[ $GITHUB_USER = "dependabot[bot]" ]]; then
command_step dependabot "ci/dependabot-pr.sh" 5
wait_step
fi
pull_or_push_steps
exit 0
fi
Expand Down
36 changes: 0 additions & 36 deletions ci/dependabot-pr.sh

This file was deleted.

35 changes: 0 additions & 35 deletions ci/dependabot-updater.sh

This file was deleted.

0 comments on commit c6cdfd5

Please sign in to comment.