summary refs log tree commit diff
path: root/.github/workflows/labels.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/labels.yml')
-rw-r--r--.github/workflows/labels.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml
index c464f8bf58a..5f949ddc56b 100644
--- a/.github/workflows/labels.yml
+++ b/.github/workflows/labels.yml
@@ -4,6 +4,11 @@ on:
   pull_request_target:
     types: [edited, opened, synchronize, reopened]
 
+# WARNING:
+# When extending this action, be aware that $GITHUB_TOKEN allows some write
+# access to the GitHub API. This means that it should not evaluate user input in
+# a way that allows code injection.
+
 permissions:
   contents: read
   pull-requests: write