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 20:06:26 +01:00
parent 356d4688a0
commit 278691211d

View File

@ -5,12 +5,12 @@ on:
jobs:
automerge:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- id: automerge
name: automerge
uses: "pascalgn/automerge-action@v0.16.3"
permissions:
contents: write
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_METHOD: "squash"