Create merge.yml
This commit is contained in:
parent
94fa5c18a4
commit
e892f7c2cb
1 changed files with 16 additions and 0 deletions
16
.github/workflows/merge.yml
vendored
Normal file
16
.github/workflows/merge.yml
vendored
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
name: auto-merge-labeled
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
jobs:
|
||||||
|
auto-merge-labeled:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- id: auto-merge-labeled
|
||||||
|
name: Auto merge labeled
|
||||||
|
uses: isolomak/auto-merge-labeled@v1.0.1
|
||||||
|
with:
|
||||||
|
label: 'lock'
|
||||||
|
commit-title: 'build(lock): update'
|
||||||
|
merge_method: 'squash'
|
||||||
|
env:
|
||||||
|
GITHUB_TOKEN: ${{ secrets.TOKEN }}
|
Loading…
Add table
Add a link
Reference in a new issue