feat(appunti): Aggiunti Appunti, Formulario e immagini #42
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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: '.yml' | |
review-message: "monello 👹, hai aggiunto dei TODO che vanno sistemati !" | |
# optional, default is "TODO:,FIXME:,BUG:" | |
tags: "TODO:,FIXME:,BUG:" |