mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-02-04 06:50:09 +00:00
fix perms
This commit is contained in:
7
.github/workflows/label-pr.yaml
vendored
7
.github/workflows/label-pr.yaml
vendored
@@ -1,5 +1,9 @@
|
||||
name: Label PRs by Type of Change
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened, edited, synchronize]
|
||||
@@ -7,9 +11,6 @@ on:
|
||||
jobs:
|
||||
label-pr:
|
||||
runs-on: ubuntu-latest
|
||||
permissions:
|
||||
pull-requests: write
|
||||
issues: write
|
||||
steps:
|
||||
- name: Check PR body for Type of Change
|
||||
uses: actions/github-script@v7
|
||||
|
||||
Reference in New Issue
Block a user