Create merge.yml

This commit is contained in:
Ren Lin 2025-05-27 09:06:22 -07:00 committed by GitHub
parent 94fa5c18a4
commit e892f7c2cb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

16
.github/workflows/merge.yml vendored Normal file
View 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 }}