Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions .github/workflows/update-docs-changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ jobs:
env:
GITHUB_TOKEN: ${{ steps.token.outputs.token }}
run: |
set -euxo pipefail

git config user.email "bot@getsentry.com"
git config user.name "getsentry-bot"

Expand All @@ -64,7 +66,6 @@ jobs:
else
gh pr create \
--title "chore: Update docs changelog" \
--body "Automated update of the docs changelog from recent merged PRs." \
--label "Type: Maintenance"
gh pr merge --squash --auto
--body "Automated update of the docs changelog from recent merged PRs."
gh pr merge "$branch" --squash --auto
fi
Loading