Skip to content

Commit c0f1b23

Browse files
committed
Fix contributor-login
1 parent cf9c47b commit c0f1b23

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ jobs:
6161
label: cla-test
6262
repository: conda-sandbox/cla
6363
contributor-id: ${{ github.event.pull_request.number }}
64-
contributor-login: random
64+
# NOTE: using an actual username here will will trigger GH notifications to that user
65+
contributor-login: '`login`'
6566
commit-status-label: CLA test
6667
token: ${{ secrets.SANDBOX_CLA_TOKEN }}
6768
pr-token: ${{ secrets.SANDBOX_CLA_PR_TOKEN }}

0 commit comments

Comments
 (0)