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 23c4ad1 commit 1b92584Copy full SHA for 1b92584
.github/workflows/external-contributors.yml
@@ -41,8 +41,8 @@ jobs:
41
# This token is scoped to Daniel Griesser
42
# If we used the default GITHUB_TOKEN, the resulting PR would not trigger CI :(
43
token: ${{ secrets.REPO_SCOPED_TOKEN }}
44
- commit-message: "ref: Add external contributor to CHANGELOG.md"
45
- title: "ref: Add external contributor to CHANGELOG.md"
+ commit-message: "chore: Add external contributor to CHANGELOG.md"
+ title: "chore: Add external contributor to CHANGELOG.md"
46
branch: 'external-contributor/patch-${{ github.event.pull_request.user.login }}'
47
base: 'develop'
48
delete-branch: true
0 commit comments