Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/remind-docs-and-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@ name: Remind docs and tests
on:
pull_request_target:
branches: ["master"]
permissions: {}
jobs:
run:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: wow-actions/auto-comment@v1
- uses: wow-actions/auto-comment@2fc064c21cfb2505de3c5c10e1473b8eb7beca1a # v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pullRequestOpened: |
Expand Down
Loading