We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2d5f53 commit e293ce3Copy full SHA for e293ce3
.github/workflows/auto-pr-on-issue.yml
@@ -38,7 +38,11 @@ jobs:
38
- name: Create Pull Request
39
uses: peter-evans/create-pull-request@v6
40
with:
41
- commit-message: "Add guideline for issue #${{ github.event.issue.number }}"
+ commit-message: |
42
+ Add guideline for issue #${{ github.event.issue.number }}
43
+
44
+ Co-authored-by: ${{ github.event.issue.user.login }} <${{ github.event.issue.user.login }}@users.noreply.github.com>
45
46
branch: guideline-${{ github.event.issue.number }}
47
title: "[auto-pr] #${{ github.event.issue.number }}: ${{ github.event.issue.title }}"
48
body: |
0 commit comments