We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04d8fde commit 2553a76Copy full SHA for 2553a76
1 file changed
.github/workflows/remind-docs-and-tests.yml
@@ -2,11 +2,15 @@ name: Remind docs and tests
2
on:
3
pull_request_target:
4
branches: ["master"]
5
+permissions: {}
6
jobs:
7
run:
8
runs-on: ubuntu-latest
9
+ permissions:
10
+ contents: read
11
+ pull-requests: write
12
steps:
- - uses: wow-actions/auto-comment@v1
13
+ - uses: wow-actions/auto-comment@2fc064c21cfb2505de3c5c10e1473b8eb7beca1a # v1
14
with:
15
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
16
pullRequestOpened: |
0 commit comments