Skip to content

Commit

Permalink
Onboard Scala Steward (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaluza-libraries authored Dec 27, 2023
1 parent 1f6ffee commit aa33147
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
on:
schedule:
- cron: "0 4 * * *"
workflow_dispatch:

name: Scala Steward
jobs:
scala-steward:
runs-on: ubuntu-latest
name: Launch Scala Steward
steps:
- name: Launch Scala Steward
uses: scala-steward-org/scala-steward-action@v2
with:
branches: master
author-name: kaluza-libraries
author-email: [email protected]
github-token: ${{ secrets.KALUZA_LIBRARIES_SCALA_STEWARD_TOKEN }}
other-args: "--add-labels"

0 comments on commit aa33147

Please sign in to comment.