Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
check-circle

GitHub Action

github-action-todo-commenter

v1.0.1

github-action-todo-commenter

check-circle

github-action-todo-commenter

Parses pull request files based on tags and creates a comment with a task list

Installation

Copy and paste the following snippet into your .yml file.

              

- name: github-action-todo-commenter

uses: gkampitakis/[email protected]

Learn more about this action in gkampitakis/github-action-todo-commenter

Choose a version

Github Action Todo Commenter

Parses pull request files based on tags and creates a comment with a task list

Usage

name: Todo Comments
on: [pull_request]

jobs:
  todo-comments:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v2
      - 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:"

Example

Example


License MIT