File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments