ci: configure Mantis bot comment identity (#76839)

This commit is contained in:
Peter Steinberger
2026-05-03 18:20:43 +01:00
committed by GitHub
parent d763b83854
commit 0ff09c4e49
2 changed files with 6 additions and 4 deletions

View File

@@ -287,7 +287,7 @@ jobs:
ARTIFACT_URL: ${{ steps.upload_artifact.outputs.artifact-url }}
BASELINE_SHA: ${{ needs.validate_refs.outputs.baseline_revision }}
CANDIDATE_SHA: ${{ needs.validate_refs.outputs.candidate_revision }}
MANTIS_COMMENT_BOT_LOGIN: openclaw-mantis-qa[bot]
MANTIS_COMMENT_BOT_LOGIN: ${{ vars.MANTIS_GITHUB_APP_BOT_LOGIN || 'openclaw-mantis-qa[bot]' }}
shell: bash
run: |
set -euo pipefail