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:
parent
356d4688a0
commit
278691211d
4
.github/workflows/automerge.yml
vendored
4
.github/workflows/automerge.yml
vendored
@ -5,12 +5,12 @@ on:
|
|||||||
jobs:
|
jobs:
|
||||||
automerge:
|
automerge:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
permissions:
|
||||||
|
contents: write
|
||||||
steps:
|
steps:
|
||||||
- id: automerge
|
- id: automerge
|
||||||
name: automerge
|
name: automerge
|
||||||
uses: "pascalgn/automerge-action@v0.16.3"
|
uses: "pascalgn/automerge-action@v0.16.3"
|
||||||
permissions:
|
|
||||||
contents: write
|
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
MERGE_METHOD: "squash"
|
MERGE_METHOD: "squash"
|
||||||
|
Loading…
Reference in New Issue
Block a user