Skip to content

Pauldorsch/pipreport version fix (#1229) #1085

Pauldorsch/pipreport version fix (#1229)

Pauldorsch/pipreport version fix (#1229) #1085

name: "Detector version bump reminder"
on:
push:
paths:
- 'src/Microsoft.ComponentDetection.Detectors/**'
permissions:
pull-requests: write
jobs:
comment:
runs-on: ubuntu-latest
steps:
- uses: mshick/add-pr-comment@b8f338c590a895d50bcbfa6c5859251edc8952fc # v2
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
message: |
👋 Hi! It looks like you modified some files in the `Detectors` folder.
You may need to bump the detector versions if any of the following scenarios apply:
* The detector detects more or fewer components than before
* The detector generates different parent/child graph relationships than before
* The detector generates different `devDependencies` values than before
If none of the above scenarios apply, feel free to ignore this comment 🙂