Skip to content

Commit

Permalink
Create todocomment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ncvescera authored Aug 12, 2023
1 parent ca1631c commit 121df00
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/todocomment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Todo Comments
on: [pull_request]

jobs:
todo-comments:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Create Todo Comments
uses: gkampitakis/github-action-todo-commenter@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
ignore-pattern: '.js$|.snap$'
review-message: "Please take a look :eyes:"
# optional, default is "TODO:,FIXME:,BUG:"
tags: "TODO:,FIXME:,BUG:"

0 comments on commit 121df00

Please sign in to comment.