Add github action for ci

This commit is contained in:
Eike Kettner
2021-04-10 17:21:46 +02:00
parent 9c427c3d38
commit fcc5354e81
3 changed files with 58 additions and 0 deletions

13
.github/workflows/auto-approve.yml vendored Normal file
View File

@ -0,0 +1,13 @@
name: Auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-20.04
steps:
- uses: hmarr/auto-approve-action@v2.1.0
if: github.actor == 'scala-steward'
with:
github-token: ${{ secrets.GITHUB_TOKEN }}