From e0d8c82bb256883d0b671e4bd5d5468bed541166 Mon Sep 17 00:00:00 2001 From: yuyawk <46620009+yuyawk@users.noreply.github.com> Date: Sun, 7 Apr 2024 18:05:43 +0900 Subject: [PATCH] ci: introduce Bazel steward (#6) https://virtuslab.github.io/bazel-steward/ --- .github/workflows/bazel-steward.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/bazel-steward.yml diff --git a/.github/workflows/bazel-steward.yml b/.github/workflows/bazel-steward.yml new file mode 100644 index 0000000..db515f3 --- /dev/null +++ b/.github/workflows/bazel-steward.yml @@ -0,0 +1,16 @@ +--- +name: Bazel Steward + +on: + workflow_dispatch: + schedule: + - cron: "30 5 * * *" # runs every day at 5:30 am + +jobs: + bazel-steward: + runs-on: ubuntu-22.04 + steps: + - uses: actions/checkout@v4 + with: + fetch-depth: 0 + - uses: VirtusLab/bazel-steward@v1.4.0