Skip to content

Commit

Permalink
fix: user config in auto merge
Browse files Browse the repository at this point in the history
  • Loading branch information
RRanath committed Sep 27, 2024
1 parent 49c5b05 commit f2cbc36
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release-process.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,8 @@ jobs:
- name: Enable Auto-Merge
if: steps.checkbox.outputs.result == 'true' && steps.up_to_date.outputs.result == 'true' && steps.pr_approval.outputs.result == 'true' && !github.event.pull_request.draft
run: |
git config user.name 'CCBC Service Account'
git config user.email 'ccbc@button.is'
PR_URL="${{ github.event.pull_request.html_url }}"
gh pr merge --auto --merge "$PR_URL"
env:
Expand Down

0 comments on commit f2cbc36

Please sign in to comment.