mirror of
https://github.com/msberends/AMR.git
synced 2025-09-07 02:49:38 +02:00
(v3.0.0.9024) fix todo tracker
This commit is contained in:
4
.github/workflows/todo-tracker.yml
vendored
4
.github/workflows/todo-tracker.yml
vendored
@@ -47,7 +47,7 @@ jobs:
|
|||||||
echo "" >> todo.md
|
echo "" >> todo.md
|
||||||
echo "_This overview is automatically updated on each push to \`main\`. It provides an automated overview of all mentions of the text \`TODO\`._" >> todo.md
|
echo "_This overview is automatically updated on each push to \`main\`. It provides an automated overview of all mentions of the text \`TODO\`._" >> todo.md
|
||||||
echo "" >> todo.md
|
echo "" >> todo.md
|
||||||
todos=$(find R/ -type f ! -name "sysdata.rda" -exec grep -nH "TODO" {} + || true)
|
todos=$(grep -rn --include=\*.{R,Rmd,yaml,yml,md,css,js} --exclude=todo-tracker.yml "TODO" . || true)
|
||||||
if [ -z "$todos" ]; then
|
if [ -z "$todos" ]; then
|
||||||
echo "✅ No TODOs found." >> todo.md
|
echo "✅ No TODOs found." >> todo.md
|
||||||
else
|
else
|
||||||
@@ -74,6 +74,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
token: ${{ secrets.GH_REPO_SCOPE }}
|
token: ${{ secrets.GH_REPO_SCOPE }}
|
||||||
issue-number: 231
|
issue-number: 231
|
||||||
comment-id: 3379846566
|
comment-id: 3253439219
|
||||||
body-file: todo.md
|
body-file: todo.md
|
||||||
edit-mode: replace
|
edit-mode: replace
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
Package: AMR
|
Package: AMR
|
||||||
Version: 3.0.0.9023
|
Version: 3.0.0.9024
|
||||||
Date: 2025-09-04
|
Date: 2025-09-04
|
||||||
Title: Antimicrobial Resistance Data Analysis
|
Title: Antimicrobial Resistance Data Analysis
|
||||||
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
Description: Functions to simplify and standardise antimicrobial resistance (AMR)
|
||||||
|
2
NEWS.md
2
NEWS.md
@@ -1,4 +1,4 @@
|
|||||||
# AMR 3.0.0.9023
|
# AMR 3.0.0.9024
|
||||||
|
|
||||||
This is a bugfix release following the release of v3.0.0 in June 2025.
|
This is a bugfix release following the release of v3.0.0 in June 2025.
|
||||||
|
|
||||||
|
@@ -234,7 +234,7 @@ reference:
|
|||||||
- "`antimicrobials`"
|
- "`antimicrobials`"
|
||||||
- "`clinical_breakpoints`"
|
- "`clinical_breakpoints`"
|
||||||
- "`example_isolates`"
|
- "`example_isolates`"
|
||||||
- "`esbl_isolates`"
|
# TODO - "`esbl_isolates`"
|
||||||
- "`microorganisms.codes`"
|
- "`microorganisms.codes`"
|
||||||
- "`microorganisms.groups`"
|
- "`microorganisms.groups`"
|
||||||
- "`intrinsic_resistant`"
|
- "`intrinsic_resistant`"
|
||||||
|
Reference in New Issue
Block a user