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:
|
pull_request:
|
||||||
types: [opened, edited, synchronize, reopened]
|
types: [opened, edited, synchronize, reopened]
|
||||||
|
|
||||||
|
permissions:
|
||||||
|
pull-requests: write
|
||||||
|
|
||||||
env:
|
env:
|
||||||
BASE_MSG: >+
|
BASE_MSG: >+
|
||||||
Thanks for contributing to Awesome-Privacy! Your pull request will be reviewed shortly.
|
Thanks for contributing to Awesome-Privacy! Your pull request will be reviewed shortly.
|
||||||
|
@ -13,8 +16,6 @@ env:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
validate:
|
validate:
|
||||||
permissions:
|
|
||||||
pull-requests: write
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Validate Title is not Default
|
- name: Validate Title is not Default
|
||||||
|
|
Loading…
Reference in a new issue