Fixes workflow PR permissions

This commit is contained in:
Alicia Sykes 2022-08-01 23:54:54 +01:00 committed by GitHub
parent 710f8e5b5b
commit c74603871f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 3 deletions

View File

@ -3,7 +3,10 @@ name: ⛳ Validate PR
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