mirror of
https://github.com/TheAnachronism/docspell.git
synced 2024-11-13 02:31:10 +00:00
14 lines
269 B
YAML
14 lines
269 B
YAML
name: Auto approve
|
|
|
|
on:
|
|
pull_request_target
|
|
|
|
jobs:
|
|
auto-approve:
|
|
runs-on: ubuntu-20.04
|
|
steps:
|
|
- uses: hmarr/auto-approve-action@v2.4.0
|
|
if: github.actor == 'eikek-scala-steward'
|
|
with:
|
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|