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 735489a commit 7cae854Copy full SHA for 7cae854
1 file changed
.github/workflows/create_release_pr.yml
@@ -30,6 +30,11 @@ jobs:
30
#run: git checkout -b release/${{ github.event.inputs.versionName }}
31
run: git checkout -b test-sentry-release-bot
32
33
+ - name: Set bot's Git info
34
+ run: |
35
+ git config --global user.email "10587625+getsentry-bot@users.noreply.github.com"
36
+ git config --global user.name "getsentry-bot"
37
+
38
- name: Update version and push
39
id: make-commit
40
run: |
0 commit comments