We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b33980 commit 9b46d23Copy full SHA for 9b46d23
.github/workflows/todos-extract-from-code.yml
@@ -63,6 +63,10 @@ jobs:
63
- name: Remove the current date from pdd.xml
64
run: sed -i -E '/<time>[-0-9T:Z]+<\/time>/d;/<puzzles/s| date="[-0-9T:Z]+"||' pdd.xml
65
66
+ # Workaround for #1659
67
+ - name: Remove author and email
68
+ run: sed -i '/<author>/d;/<email>/d' pdd.xml
69
+
70
- name: Generate todos-in-code.tsv
71
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
72
0 commit comments