mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 11:28:25 +00:00
Add github action for ci
This commit is contained in:
13
.github/workflows/auto-approve.yml
vendored
Normal file
13
.github/workflows/auto-approve.yml
vendored
Normal 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 }}
|
Reference in New Issue
Block a user