Skip to content

Commit 41d7ce6

Browse files
committed
Formatting
1 parent 6264ecd commit 41d7ce6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

check-cla/action.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ runs:
125125
author: Conda Bot <18747875+conda-bot@users.noreply.github.com>
126126
committer: Conda Bot <18747875+conda-bot@users.noreply.github.com>
127127
title: 🤖 Add ${{ env.CONTRIBUTOR_LOGIN }} (${{ env.CONTRIBUTOR_ID }}) as CLA signee
128-
body: Xref ${{ github.event.html_url }}
128+
body: Xref ${{ github.event.pull_request.user.html_url || github.event.issue.user.html_url }}
129129

130130
# if unsigned, create sticky comment
131131
- name: Create comment regarding missing CLA signature
@@ -140,9 +140,10 @@ runs:
140140
141141
142142
> [!NOTE]
143+
143144
> You may have previously signed the conda CLA. That signature is still valid
144-
> for any prior contributions however conda is now a NumFOCUS project and hence
145-
> requires new CLAs to be signed for any new contributions.
145+
for any prior contributions however conda is now a NumFOCUS project and hence
146+
requires new CLAs to be signed for any new contributions.
146147
147148
148149
We require contributors to sign our [Contributor License Agreement][cla] and we don't

0 commit comments

Comments
 (0)