Skip to content

chore: remove deprecated dependabot reviewers and annotation fixes #947

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
Jul 2, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .buildkite/steps/annotate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ go get gotest.tools/gotestsum

make testacc | tee test_output

printf '```term\n%b\n```' "$(cat test_output)" | buildkite-agent annotate --style info
printf '```term\n%b\n```' "$(cat test_output)" | buildkite-agent annotate --style info --context "testacc"
4 changes: 2 additions & 2 deletions .buildkite/steps/documentation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ git diff --exit-code docs &>/dev/null && true
docs_changes="$?"

if [ "${docs_changes:-0}" -ne 0 ] ; then
echo "+++ :bk-status-failed: Documentation changes detected!!! Run `make docs` locally, commit the changes and re-push."
echo "+++ :bk-status-failed: Documentation changes detected!!! Run 'make docs' locally, commit the changes and re-push."
git checkout go.* &>/dev/null
git status --short | tee git_diff_output.out
printf '```term\ngit status --short\n%b\n```' "$(cat git_diff_output.out)" | buildkite-agent annotate --style warning
printf '```term\ngit status --short\n%b\n```' "$(cat git_diff_output.out)" | buildkite-agent annotate --style warning --context "docs"
fi

exit "$docs_changes"
4 changes: 0 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,8 @@ updates:
directory: "/"
schedule:
interval: "monthly"
reviewers:
- "@buildkite/terraform-technical-services"
- package-ecosystem: "gomod"
directory: /
schedule:
interval: "weekly"
open-pull-requests-limit: 2
reviewers:
- "@buildkite/terraform-technical-services"
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "buildkite Provider"
subcategory: ""
description: |-
This provider can be used to manage resources on buildkite.com https://buildkite.com.
---
Expand Down