Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd48aae9

Browse files
fix: release-drafter and validate-pr-title permissions
1 parent44eec0f commitd48aae9

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

‎.github/workflows/draft-release.yaml‎renamed to ‎.github/workflows/create-release.yaml‎

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
create_release:
1111
name:Create Release
1212
runs-on:ubuntu-latest
13+
permissions:
14+
contents:write
15+
pull-requests:write
1316
steps:
1417
-name:Checkout
1518
uses:actions/checkout@v3

‎.github/workflows/validate-pr-title.yaml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,12 @@ on:
1212
jobs:
1313
validate-pr-title:
1414
runs-on:ubuntu-latest
15+
permissions:
16+
pull-requests:read
17+
statuses:write
1518
steps:
16-
1719
-uses:amannn/action-semantic-pull-request@v5.4.0
1820
env:
1921
GITHUB_TOKEN:${{ secrets.GITHUB_TOKEN }}
2022
with:
21-
requireScope:false
23+
requireScope:false

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp