1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Tools: Automerge pull requests with the "automerge" label

This commit is contained in:
Laurent Cozic 2024-07-17 19:52:52 +01:00
parent 6b1d31387b
commit 356d4688a0

16
.github/workflows/automerge.yml vendored Normal file
View File

@ -0,0 +1,16 @@
name: automerge
on:
schedule:
- cron: '*/10 * * * *'
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.3"
permissions:
contents: write
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: "squash"