1
0
mirror of https://github.com/msberends/AMR.git synced 2025-09-04 20:09:38 +02:00

(v3.0.0.9024) fix todo tracker

This commit is contained in:
2025-09-04 14:28:01 +02:00
parent 3d40b20c10
commit d2ced1db61
4 changed files with 5 additions and 5 deletions

View File

@@ -47,7 +47,7 @@ jobs:
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 "" >> 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
echo "✅ No TODOs found." >> todo.md
else
@@ -74,6 +74,6 @@ jobs:
with:
token: ${{ secrets.GH_REPO_SCOPE }}
issue-number: 231
comment-id: 3379846566
comment-id: 3253439219
body-file: todo.md
edit-mode: replace

View File

@@ -1,5 +1,5 @@
Package: AMR
Version: 3.0.0.9023
Version: 3.0.0.9024
Date: 2025-09-04
Title: Antimicrobial Resistance Data Analysis
Description: Functions to simplify and standardise antimicrobial resistance (AMR)

View File

@@ -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.

View File

@@ -234,7 +234,7 @@ reference:
- "`antimicrobials`"
- "`clinical_breakpoints`"
- "`example_isolates`"
- "`esbl_isolates`"
# TODO - "`esbl_isolates`"
- "`microorganisms.codes`"
- "`microorganisms.groups`"
- "`intrinsic_resistant`"