Skip to content

Commit e82871a

Browse files
jkhelilcursoragent
andauthored
ci(dependabot): fix CLA failure in regen workflow (#1707)
Use a real contributor identity in the git commit config so the Signed-off-by trailer satisfies EasyCLA. Using tekton-robot@users.noreply.github.com caused the bot account to be flagged as an unsigned CLA signer. Assisted-by: Claude Sonnet 4.6 (via Cursor) Signed-off-by: Jawed khelil <jkhelil@redhat.com> Co-authored-by: Cursor <cursoragent@cursor.com>
1 parent a94660a commit e82871a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-regen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
REPOSITORY: ${{ github.repository }}
5555
RUN_ID: ${{ github.run_id }}
5656
run: |
57-
git config user.name "tekton-robot"
58-
git config user.email "tekton-robot@users.noreply.github.com"
57+
git config user.name "Jawed khelil"
58+
git config user.email "jkhelil@redhat.com"
5959
6060
# Create a new branch
6161
BRANCH="dependabot-regen-$(date +%Y%m%d-%H%M%S)"

0 commit comments

Comments
 (0)