mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-24 05:55:39 +03:00
e103beac4d
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
13 lines
398 B
YAML
13 lines
398 B
YAML
name: Auto approve
|
|
on:
|
|
pull_request_target:
|
|
branches: [ master, stable-* ]
|
|
|
|
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.GITHUB_TOKEN }}"
|