Skip to content

Commit 9a3ca6e

Browse files
authored
Merge pull request #6873 from sashashura/patch-2
2 parents a9d5e01 + c35dbf5 commit 9a3ca6e

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/build_doc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
permissions:
1414
contents: read # to fetch code (actions/checkout)
15-
issues: write # to create comment
15+
pull-requests: write # to create comment
1616

1717
runs-on: ubuntu-latest
1818
steps:

.github/workflows/filter_testsuite.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ permissions: {}
88
jobs:
99
build:
1010
permissions:
11-
pull-requests: read
12-
issues: write # to create comment
11+
pull-requests: write # to create comment
1312

1413
if: (github.event.comment.user.login == 'sloriot' || github.event.comment.user.login == 'lrineau') && contains(github.event.comment.body, '/testme')
1514
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)