Skip to content

Commit

Permalink
config in script
Browse files Browse the repository at this point in the history
  • Loading branch information
chouetz committed Feb 24, 2025
1 parent d9d8017 commit 863844e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/create_rc_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ jobs:
env:
MATRIX: ${{ matrix.value }}
run: |
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
if ${{ env.IS_AGENT6_RELEASE == 'true' }}; then
inv -e release.create-rc -r "$MATRIX" --slack-webhook=${{ secrets.AGENT6_RELEASE_SLACK_WEBHOOK }} --patch-version
else
Expand Down
2 changes: 1 addition & 1 deletion tasks/release.py
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ def create_rc(ctx, release_branch, patch_version=False, upstream="origin", slack
ctx.run("git add release.json")
ctx.run("git ls-files . | grep 'go.mod$' | xargs git add")

set_gitconfig_in_ci(ctx, is_global=True)
# set_gitconfig_in_ci(ctx, is_global=True)
ok = try_git_command(
ctx,
f"git commit --no-verify -m 'Update release.json and Go modules for {new_highest_version}'",
Expand Down

0 comments on commit 863844e

Please sign in to comment.