fix(actions): correct gh pr args

This commit is contained in:
Łukasz Mierzwa
2023-04-05 13:32:42 +01:00
committed by Łukasz Mierzwa
parent 1ce96419c0
commit aa55e5dfd8
7 changed files with 11 additions and 7 deletions

View File

@@ -8,8 +8,12 @@ updates:
directory: "/demo"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/demo"
schedule:
interval: "daily"
- package-ecosystem: "gomod"
directory: "/"
directory: "/internal/mapper/v017/Dockerfile"
schedule:
interval: "weekly"
- package-ecosystem: "gomod"

View File

@@ -45,6 +45,6 @@ jobs:
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto
run: gh pr merge --merge --auto go-mod-upgrades
env:
GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}

View File

@@ -47,6 +47,6 @@ jobs:
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto
run: gh pr merge --merge --auto go-mod-tidy
env:
GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}

View File

@@ -41,6 +41,6 @@ jobs:
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto
run: gh pr merge --merge --auto version-sync-go
env:
GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}

View File

@@ -42,6 +42,6 @@ jobs:
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto
run: gh pr merge --merge --auto npm-upgrades
env:
GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}

View File

@@ -51,6 +51,6 @@ jobs:
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto
run: gh pr merge --merge --auto version-sync-node
env:
GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}

View File

@@ -36,6 +36,6 @@ jobs:
- name: Enable Pull Request Automerge
if: steps.cpr.outputs.pull-request-operation == 'created'
run: gh pr merge --merge --auto
run: gh pr merge --merge --auto openapi-sync
env:
GH_TOKEN: ${{ secrets.GH_REPO_TOKEN }}