Skip to content

Commit

Permalink
Merge pull request #558 from dataswift/pperzyna/scala-steward
Browse files Browse the repository at this point in the history
add scala-steward
  • Loading branch information
pperzyna authored Oct 20, 2021
2 parents 92fa80c + a06c731 commit 90b3f01
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/scala-steward.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Scala Steward

on:
workflow_dispatch:
schedule:
- cron: "0 4 * * MON"

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:
github-token: ${{ secrets.BOT_GITHUB_TOKEN }}
author-email: ${{ secrets.BOT_GITHUB_EMAIL }}

0 comments on commit 90b3f01

Please sign in to comment.