You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`fork-token`| GitHub token to create and push to a `repository` fork.<br>Fine-grained PAT: `administration: write; contents: write`|`${{ inputs.pr-token }}`|
18
18
|`contributor-id`| Contributor ID to check for CLA signature. | `${{ github.event.pull_request.user.id || github.event.issue.user.id }}` |
19
19
|`contributor-login`| Contributor login to check for CLA signature. | `${{ github.event.pull_request.user.login || github.event.issue.user.login }}` |
20
-
|`commit-status-label`| Commit status label/identifier. |`CLA check`|
20
+
|`commit-status-context`| Commit status label/identifier. |`CLA check`|
21
21
|`comment-blurb`| Additional comment to add to PRs for contributors who have not signed the CLA. ||
0 commit comments