Commit 4825360
authored
chore: add GitHub Action to mark CLA as passed for bot contributors (#1350)
* chore: add GitHub Action to mark CLA as passed for bot contributors
The hosted cla-assistant.io webhook service does not apply the .clabot
allowlist, leaving dependabot PRs in a permanent PENDING state. This
workflow detects bot contributors (users with [bot] in their login) and
explicitly sets the license/cla status to success using GITHUB_TOKEN,
matching the same context the cla-assistant service uses.
Human contributor PRs are unaffected and continue through the existing
cla-assistant.io webhook flow.
* fix: add least-privilege permissions block to CLA bot bypass workflow
---------
Co-authored-by: Ben Coombs <bjcoombs@users.noreply.github.com>1 parent 1f88774 commit 4825360
1 file changed
Lines changed: 25 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
0 commit comments