Skip to content

Commit 4e311ee

Browse files
authored
update create-pull-request, add id (#710)
1 parent d730a07 commit 4e311ee

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/rebuild-changelog.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
6363

6464
- name: Create Pull Request
65-
uses: peter-evans/create-pull-request@v4
65+
id: cpr
66+
uses: peter-evans/create-pull-request@v6
6667
with:
6768
commit-message: Update changelog
6869
base: main

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
{
33
"editor.formatOnSave": false,
44
"editor.codeActionsOnSave": {
5-
"source.fixAll.eslint": true
5+
"source.fixAll.eslint": "explicit"
66
},
77
"editor.tabSize": 2,
88
// Insert spaces when pressing Tab.

0 commit comments

Comments
 (0)