Fix 404 documentation links and improve PR labeling rules (#3269, #3273)
This PR addresses two improvements in the data.atmosphere module and GitHub workflows:
Fixes for #3269 – Broken and Redirected URLs
- Replaced or commented out 404 URLs in
README.md,.Rmd, and.Rdfiles - Updated outdated links to Ameriflux, NEON, PEcAn documentation
- Added helpful inline comments indicating previous link status
Fixes for #3273 – GitHub Labeler Improvements
- Refactored
.github/labeler.ymlto include:- Organized label structure (e.g., Docs/User, Scripts/R)
- More accurate file pattern matching for automated PR labeling
These changes improve:
- User experience with working documentation links
- Contributor workflow through more accurate PR labels
- CRAN compliance and GSoC project hygiene
Fixes: #3269
Fixes: #3273
I'd say to create another PR for the PR Labeling issue as it would be much easier to trace back to the PR in case something comes up (a good practice though is generally splitting PRs for different isues). Also, would be better to confirm from @allgandalf if your changes fulfill his requirements or not?
Thanks for the great suggestion — I’ve now split the original PR into two focused ones for better traceability and review:
This should keep each discussion clean and easier to follow. I’ll also confirm with @allgandalf to ensure the labeling changes meet expectations. Appreciate your guidance!
Thanks for the contribution, @kutumia! Do #3496 and #3497 replace this one fully enough it should be closed, or is there more to do here (possibly after those are merged?)
🔔 🔔 🔔 @kutumia is this PR ready to merge?
Closing this as replaced by #3496 and #3497