Skip to content

Commit acb4f73

Browse files
fix: GitHub ActionsにPRコメント権限を追加
1 parent a61be6f commit acb4f73

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ on:
55
branches: [main]
66
pull_request:
77
branches: [main]
8+
paths:
9+
- "plan/**"
10+
- "benchmark/**"
11+
- ".github/workflows/benchmark.yml"
12+
13+
permissions:
14+
issues: write
15+
pull-requests: write
816

917
jobs:
1018
benchmark:

0 commit comments

Comments
 (0)