mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-23 13:00:41 -04:00
16 lines
398 B
Markdown
16 lines
398 B
Markdown
# Contributing
|
|
|
|
Todo
|
|
|
|
## Usage
|
|
|
|
Todo
|
|
|
|
## Caveat
|
|
|
|
The one-off scripts will error out on actions performed by repository admins, for example:
|
|
|
|
> If an admin removes a label from a Pull request, the script can not add that label back. This is usually because the script is acting on behalf of a non-admin user with write access.
|
|
>
|
|
> This is usually the case with the use of access tokens for scripts.
|