Files
ArchiSteamFarm/.github/workflows/auto-merge.yml
JustArchi 8bf47fc05a Add support for auto-merge action
Upcoming replacement for lack of such feature in native dependabot, needs to be tested first
2020-09-27 02:04:25 +02:00

27 lines
509 B
YAML

name: ASF-auto-merge
on:
check_suite:
types:
- completed
pull_request:
types:
- edited
- labeled
- opened
- ready_for_review
- reopened
- synchronize
- unlabeled
- unlocked
jobs:
auto-merge:
runs-on: ubuntu-latest
steps:
- name: Auto-merge PR if deemed appropriate
uses: ridedott/merge-me-action@v1.6.7
with:
GITHUB_TOKEN: ${{ secrets.ASF_GITHUB_PERSONAL_TOKEN }}
PRESET: DEPENDABOT_MINOR