mirror of
https://github.com/Mic92/sops-nix.git
synced 2025-12-26 22:24:59 +08:00
add auto-merge
This commit is contained in:
parent
5bdbe5d687
commit
d202efd6b8
1 changed files with 14 additions and 0 deletions
14
.github/workflows/auto-merge.yaml
vendored
Normal file
14
.github/workflows/auto-merge.yaml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: Auto Merge Dependency Updates
|
||||
on:
|
||||
- pull_request_target
|
||||
jobs:
|
||||
auto-merge-dependency-updates:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
concurrency:
|
||||
group: "auto-merge:${{ github.head_ref }}"
|
||||
cancel-in-progress: true
|
||||
steps:
|
||||
- uses: Mic92/auto-merge@main
|
||||
Loading…
Add table
Add a link
Reference in a new issue