feat(cli): auto-check for new nightly version if on nightly #360
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 | |
on: ["push"] | |
jobs: | |
build: | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@v3" | |
- name: "TODO to Issue" | |
uses: "alstr/todo-to-issue-action@v4" | |
with: | |
AUTO_ASSIGN: true | |
IDENTIFIERS: '[{"name": "TODO", "labels": ["T-todo"]}, {"name": "FIX", "labels": ["T-bug"]}]' | |
ISSUE_TEMPLATE: "## New Codebase TODO\n{{ title }}\n\n## Location\n{{ url }}\n{{ snippet }}" |