From 6cfbff556b8bd8cf56d677df8cc55f0147a72bc9 Mon Sep 17 00:00:00 2001 From: mrugesh mohapatra <1884376+raisedadead@users.noreply.github.com> Date: Tue, 13 Nov 2018 02:43:55 +0530 Subject: [PATCH] docs(readme): add exception for admin v. user --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 6150ff7bac..c076343032 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ Scripts for @freeCodeCamp's GitHub automation tasks. ## Usage Todo + +## Caveat + +The automation 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.