From 05785e27d66dc26de2d33e82f286a789985e8f19 Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Wed, 5 Feb 2020 17:30:53 +0000 Subject: [PATCH] README: tweak documentation on token permissions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6dcdce07..fe9cebea 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Pull request labeler triages PRs based on the paths that are modified in the PR. -**Caveat:** This only works when the PRs come from inside same account/organization. (if the PR is from a forked repo, like is commmon in many OSS projects, this action will not work due to lack of permissions). +Note that only pull requests being opened from the same repository can be labeled. This action will not currently work for pull requests from forks -- like is common in open source projects -- because the token for forked pull request workflows does not have write permissions. ## Usage