We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3934cda commit effeb87Copy full SHA for effeb87
.github/script/create-hotfix-pr.sh
@@ -3,8 +3,8 @@
3
# chmod a+x .github/script/create-hotfix-pr.sh
4
5
echo "Set committer details"
6
-git config user.name github-actions
7
-git config user.email github-actions@github.com
+git config user.name github-actions[bot]
+git config user.email github-actions[bot]@users.noreply.github.com
8
9
echo "Create hotfix branch"
10
RELEASE_BRANCH=hotfix-v1.0.1
.github/script/initialize-repository.sh
# chmod a+x .github/script/initialize-repository.sh
echo "Create release branch"
RELEASE_BRANCH=release-v1.0
0 commit comments