Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kenodegard committed Sep 10, 2024
1 parent 6264ecd commit 534a261
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions check-cla/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ runs:
author: Conda Bot <[email protected]>
committer: Conda Bot <[email protected]>
title: 🤖 Add ${{ env.CONTRIBUTOR_LOGIN }} (${{ env.CONTRIBUTOR_ID }}) as CLA signee
body: Xref ${{ github.event.html_url }}
body: Xref ${{ github.event.pull_request.user.html_url || github.event.issue.user.html_url }}

# if unsigned, create sticky comment
- name: Create comment regarding missing CLA signature
Expand All @@ -140,9 +140,11 @@ runs:
> [!NOTE]
> You may have previously signed the conda CLA. That signature is still valid
> for any prior contributions however conda is now a NumFOCUS project and hence
> requires new CLAs to be signed for any new contributions.
for any prior contributions however conda is now a NumFOCUS project and hence
requires new CLAs to be signed for any new contributions.
We require contributors to sign our [Contributor License Agreement][cla] and we don't
Expand Down

0 comments on commit 534a261

Please sign in to comment.