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.
2 parents 99ddb6c + 481a4a6 commit 7ce4276Copy full SHA for 7ce4276
.github/workflows/changelog_generator.yml
@@ -123,7 +123,7 @@ jobs:
123
git add ${{ github.workspace }}/src/CHANGES.md
124
git commit -m "[DOC] Auto-generated changelog entry"
125
- name: Create Pull Request
126
- uses: peter-evans/create-pull-request@v6
+ uses: peter-evans/create-pull-request@v7
127
with:
128
token: ${{ secrets.GITHUB_TOKEN }}
129
branch: changelog_generator_update
0 commit comments