Browse Source

[BRE-848] Adding Workflow Permissions (#798)

pull/781/head
Andy Pixley 6 months ago committed by GitHub
parent
commit
61d7c996c1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 3
      .github/workflows/enforce-labels.yml

3
.github/workflows/enforce-labels.yml

@ -3,6 +3,9 @@ name: Enforce PR labels @@ -3,6 +3,9 @@ name: Enforce PR labels
on:
pull_request:
types: [labeled, unlabeled, opened, edited, synchronize]
permissions:
contents: read
pull-requests: read
jobs:
enforce-label:
name: EnforceLabel

Loading…
Cancel
Save