mirror of
https://github.com/carbon-language/carbon-lang.git
synced 2026-09-24 21:00:13 +01:00
Add a permissions restriction (#7108)
Assisted-by: Antigravity with Gemini --------- Co-authored-by: Dana Jansens <danakj@orodu.net>
This commit is contained in:
co-authored by
Dana Jansens
parent
f0c4b37c63
commit
5da651032f
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user