I want to streamline PR reviews by automating two checks:
- New link(s) in /resources folder
Detect and comment any new resource link(s) added, listing them for quick access and verification.
- Edits to the README.md file and the /db folder
If the PR modifies the /db folder or Readme file, post a warning comment:
❗️ The README.md file and the /db folder are auto-generated, so please do not edit them. Changes related to resources should happen within the /resources folder.
These checks should be handled by a GitHub Action triggered on pull requests.
I want to streamline PR reviews by automating two checks:
Detect and comment any new resource link(s) added, listing them for quick access and verification.
If the PR modifies the /db folder or Readme file, post a warning comment:
❗️ The README.md file and the /db folder are auto-generated, so please do not edit them. Changes related to resources should happen within the /resources folder.
These checks should be handled by a GitHub Action triggered on pull requests.