Add a permissions restriction (#7108)

Assisted-by: Antigravity with Gemini

---------

Co-authored-by: Dana Jansens <danakj@orodu.net>
This commit is contained in:
Chandler Carruth
2026-04-24 17:52:15 +00:00
committed by GitHub
co-authored by Dana Jansens
parent f0c4b37c63
commit 5da651032f
+4
View File
@@ -7,6 +7,10 @@ on:
pull_request_target:
types: [opened, synchronize, labeled, unlabeled]
# This workflow runs as `pull_request_target` so that the check can't be
# disabled or bypassed by the PR, but it doesn't need any permissions.
permissions: {}
jobs:
check_label:
runs-on: ubuntu-latest