We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ef626b commit af07a03Copy full SHA for af07a03
.github/workflows/todos-extract-from-code.yml
@@ -66,6 +66,8 @@ jobs:
66
- name: Generate todos-in-code.tsv
67
run: ./src/main/scripts/ci/pdd-xml-to-json.sh pdd.xml | ./src/main/scripts/ci/pdd-json-to-tsv.sh > todos-in-code.tsv
68
69
+ # @todo #1610 Close an issue or post a comment when a puzzle got removed from code
70
+ # @todo #1610 Post a comment when issue got closed without removing a puzzle
71
- name: Check whether there are new todos
72
run: |
73
PUZZLES_FILES_MODIFIED=no
0 commit comments