Skip to content

Commit

Permalink
Merge pull request #3 from michalbogacz/bazel-steward
Browse files Browse the repository at this point in the history
Add Bazel Steward
  • Loading branch information
michalbogacz authored Nov 21, 2024
2 parents fc08c58 + 89bbf6c commit 91f8241
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Bazel Steward

on:
workflow_dispatch:
schedule:
- cron: '30 5 * * *' # runs every day at 5:30 am

jobs:
bazel-steward:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
fetch-depth: 0
- uses: VirtusLab/bazel-steward@latest

0 comments on commit 91f8241

Please sign in to comment.