Skip to content

Commit

Permalink
testing pr-comment-personal
Browse files Browse the repository at this point in the history
  • Loading branch information
eruizalo committed Nov 8, 2022
1 parent 2d7c6a3 commit 81964a9
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/pr_target.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
ref: ${{ github.event.pull_request.head.sha }}

- name: Create Todo Comments
uses: gkampitakis/github-action-todo-commenter@v1.1.2
uses: eruizalo/github-action-todo-commenter@feat/pull_request_target
with:
github-token: "${{ secrets.GITHUB_TOKEN }}"
ignore-pattern: '.js$|.snap$'
review-message: "Please take a look :eyes:"
tags: "TODO,@todo"

0 comments on commit 81964a9

Please sign in to comment.