We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf9c47b commit c0f1b23Copy full SHA for c0f1b23
.github/workflows/tests.yml
@@ -61,7 +61,8 @@ jobs:
61
label: cla-test
62
repository: conda-sandbox/cla
63
contributor-id: ${{ github.event.pull_request.number }}
64
- contributor-login: random
+ # NOTE: using an actual username here will will trigger GH notifications to that user
65
+ contributor-login: '`login`'
66
commit-status-label: CLA test
67
token: ${{ secrets.SANDBOX_CLA_TOKEN }}
68
pr-token: ${{ secrets.SANDBOX_CLA_PR_TOKEN }}
0 commit comments