Skip to content

Commit 96260d3

Browse files
committed
name branches for automatic PRs
1 parent 74d5930 commit 96260d3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/dispatch_update.yml

+2
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,8 @@ jobs:
6060
- name: Create Pull Request
6161
uses: peter-evans/create-pull-request@v7
6262
with:
63+
branch: create-pull-request/update
64+
branch-suffix: short-commit-hash
6365
committer: CESNETbot <[email protected]>
6466
commit-message: ${{ steps.vars.outputs.pr_title }}
6567
title: ${{ steps.vars.outputs.pr_title }}

.github/workflows/fix.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Merge lint & fix
1+
name: Push lint & fix
22

33
on:
44
push:
@@ -36,6 +36,7 @@ jobs:
3636
- name: Create Pull Request
3737
uses: peter-evans/create-pull-request@v7
3838
with:
39+
branch: create-pull-request/fix
3940
committer: CESNETbot <[email protected]>
4041
commit-message: "output of make lint & make fix on all instances"
4142
title: "Linting and Fixing All Tools"

0 commit comments

Comments
 (0)