Fixes workflow PR permissions
This commit is contained in:
parent
710f8e5b5b
commit
c74603871f
1 changed files with 4 additions and 3 deletions
5
.github/workflows/validate-pr.yml
vendored
5
.github/workflows/validate-pr.yml
vendored
|
@ -4,6 +4,9 @@ on:
|
|||
pull_request:
|
||||
types: [opened, edited, synchronize, reopened]
|
||||
|
||||
permissions:
|
||||
pull-requests: write
|
||||
|
||||
env:
|
||||
BASE_MSG: >+
|
||||
Thanks for contributing to Awesome-Privacy! Your pull request will be reviewed shortly.
|
||||
|
@ -13,8 +16,6 @@ env:
|
|||
|
||||
jobs:
|
||||
validate:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Validate Title is not Default
|
||||
|
|
Loading…
Reference in a new issue