mirror of
https://github.com/nextcloud/android.git
synced 2024-11-29 10:49:04 +03:00
c1a406f395
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
11 lines
361 B
YAML
11 lines
361 B
YAML
name: Auto approve
|
|
on: pull_request
|
|
|
|
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]'
|
|
with:
|
|
github-token: "${{ secrets.DEPENDABOT_AUTOMERGE_TOKEN }}"
|