Scala Steward #88
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
on: | |
schedule: | |
- cron: "0 4 * * 1,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" |