build: use reusable-workflows [4]

Signed-off-by: Christian Kotzbauer <git@ckotzbauer.de>
This commit is contained in:
Christian Kotzbauer 2022-04-05 12:35:23 +02:00
parent 2e87008109
commit f49e8aa5d2
1 changed files with 0 additions and 16 deletions

View File

@ -1,16 +0,0 @@
name: Merge PRs
on:
schedule:
- cron: "0 */6 * * *"
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@8b306ad1983d0ea68c43e27101123e891ecff104"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: "approved,!work-in-progress,!hold"
MERGE_METHOD: "squash"
MERGE_DELETE_BRANCH: "true"
UPDATE_LABELS: "approved,!work-in-progress,!hold"