We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6a3207 commit 98bc8e6Copy full SHA for 98bc8e6
.github/workflows/release.yml
@@ -183,6 +183,8 @@ jobs:
183
run: |
184
message="Copy change log updates from $GITHUB_REF_NAME"
185
body="Copy log updates from \`$GITHUB_REF_NAME\`."
186
+ git config --global user.email "[email protected]"
187
+ git config --global user.name "Monocle pr bot"
188
branch="opentelemetrybot/copy-change-log-updates-from-${GITHUB_REF_NAME//\//-}"
189
190
if [[ -z $PRIOR_VERSION_WHEN_PATCH ]]; then
0 commit comments