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 39a9dfa commit ce986d7Copy full SHA for ce986d7
.github/workflows/changelog.yaml
@@ -18,7 +18,7 @@ jobs:
18
- run: git fetch --prune --prune-tags
19
- run: git tag -l 'v*'
20
- run: ./hack/changelog.sh > CHANGELOG.md
21
- - uses: peter-evans/create-pull-request@v7
+ - uses: peter-evans/create-pull-request@v8
22
with:
23
title: 'docs: updated CHANGELOG.md'
24
commit-message: 'docs: updated CHANGELOG.md'
0 commit comments