mirror of
				https://github.com/msberends/AMR.git
				synced 2025-10-31 07:28:17 +01: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 "_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 | ||||
|   | ||||
| @@ -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) | ||||
|   | ||||
							
								
								
									
										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. | ||||
|  | ||||
|   | ||||
| @@ -234,7 +234,7 @@ reference: | ||||
|     - "`antimicrobials`" | ||||
|     - "`clinical_breakpoints`" | ||||
|     - "`example_isolates`" | ||||
|     - "`esbl_isolates`" | ||||
|     # TODO - "`esbl_isolates`" | ||||
|     - "`microorganisms.codes`" | ||||
|     - "`microorganisms.groups`" | ||||
|     - "`intrinsic_resistant`" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user