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 d730a07 commit 4e311eeCopy full SHA for 4e311ee
.github/workflows/rebuild-changelog.yaml
@@ -62,7 +62,8 @@ jobs:
62
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
64
- name: Create Pull Request
65
- uses: peter-evans/create-pull-request@v4
+ id: cpr
66
+ uses: peter-evans/create-pull-request@v6
67
with:
68
commit-message: Update changelog
69
base: main
.vscode/settings.json
@@ -2,7 +2,7 @@
2
{
3
"editor.formatOnSave": false,
4
"editor.codeActionsOnSave": {
5
- "source.fixAll.eslint": true
+ "source.fixAll.eslint": "explicit"
6
},
7
"editor.tabSize": 2,
8
// Insert spaces when pressing Tab.
0 commit comments