justinj-evans/monitor-package-version
Monitor repository requirements and comment on commits in Github.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upgrade | Monitor package upgrades? | yes | True |
| downgrade | Monitor package downgrades? | yes | True |
| new_package | Monitor when a new packages has been added? | yes | True |
| token | GitHub personal access token with repo access | yes | Token |
| repository | GitHub derived repository name | yes | ${{ github.repository }} |
| existing_sha | GitHub derived SHA before commit | no | ${{ github.event.before }} |
| commit_sha | GitHub derived SHA on commit | no | ${{ github.sha }} |
| pull_number | Github derived pull request number | no | ${{ github.event.pull_request.number }} |
| pull_request_base_sha | Latest commit on the base/main branch of the pull request | no | ${{ github.event.pull_request.base.sha }} |
| pull_request_head_sha | Latest commit on the feature branch of the pull request | no | ${{ github.event.pull_request.head.sha }} |
Outputs
no outputs