We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a6645 commit 89b1409Copy full SHA for 89b1409
.github/workflows/draft-release.yaml renamed to .github/workflows/create-release.yaml
@@ -10,6 +10,9 @@ jobs:
10
create_release:
11
name: Create Release
12
runs-on: ubuntu-latest
13
+ permissions:
14
+ contents: write
15
+ pull-requests: write
16
steps:
17
- name: Checkout
18
uses: actions/checkout@v3
.github/workflows/validate-pr-title.yaml
@@ -12,10 +12,12 @@ on:
jobs:
validate-pr-title:
+ pull-requests: read
+ statuses: write
-
19
- uses: amannn/[email protected]
20
env:
21
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22
with:
- requireScope: false
23
+ requireScope: false
0 commit comments