File sync from s4u/.github

This commit is contained in:
Github Action
2021-03-06 11:18:14 +00:00
parent b742fc533f
commit 5e8470faff

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

@ -0,0 +1,16 @@
name: Auto approve
on:
pull_request_target
jobs:
auto-approve:
runs-on: ubuntu-latest
steps:
- uses: hmarr/auto-approve-action@v2.0.0
if: >
github.actor == 'dependabot[bot]'
|| github.actor == 'dependabot-preview[bot]'
|| github.actor == 'slawekjaranowski'
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"