Skip to content

Commit

Permalink
fixing pr commenter
Browse files Browse the repository at this point in the history
  • Loading branch information
tommerty committed Dec 6, 2023
1 parent d9d6541 commit c11207b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 26 deletions.
17 changes: 0 additions & 17 deletions .github/pr-commenter.yml

This file was deleted.

24 changes: 15 additions & 9 deletions .github/workflows/pr-commenter.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: "PR Commenter"
on:
- pull_request_target
pull_request:
branches:
- master
types:
- opened

jobs:
pr-comment:
runs-on: ubuntu-latest
steps:
- uses: exercism/[email protected]
with:
github-token: "${{ github.token }}"
config-file: ".github/pr-commenter.yml"
test:
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: mshick/[email protected]
with:
message: |
## Thanks for the PR!
We'll review the changes and preview the site before merging. :tada: If you have any additional questions or comments, please feel free to add them here. :heart:

0 comments on commit c11207b

Please sign in to comment.