We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74d5930 commit 96260d3Copy full SHA for 96260d3
.github/workflows/dispatch_update.yml
@@ -60,6 +60,8 @@ jobs:
60
- name: Create Pull Request
61
uses: peter-evans/create-pull-request@v7
62
with:
63
+ branch: create-pull-request/update
64
+ branch-suffix: short-commit-hash
65
committer: CESNETbot <[email protected]>
66
commit-message: ${{ steps.vars.outputs.pr_title }}
67
title: ${{ steps.vars.outputs.pr_title }}
.github/workflows/fix.yml
@@ -1,4 +1,4 @@
1
-name: Merge lint & fix
+name: Push lint & fix
2
3
on:
4
push:
@@ -36,6 +36,7 @@ jobs:
36
37
38
39
+ branch: create-pull-request/fix
40
41
commit-message: "output of make lint & make fix on all instances"
42
title: "Linting and Fixing All Tools"
0 commit comments