mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Upcoming replacement for lack of such feature in native dependabot, needs to be tested first
27 lines
509 B
YAML
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
|