classfunc/what-changes
Report what changes within branches
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| owner | repo's owner | no | ${{ github.event.repository.owner.login }} |
| repo | repo name | no | ${{ github.event.repository.name }} |
| pr | pull request number | no | ${{ github.event.number }} |
| output-type | output type | no | md |
| pr-title | pull request title | no | ${{ github.event.pull_request.title }} |
Outputs
| name | description |
|---|---|
| value | value of var `output-type` field |
| total | total number of changes |
| numOfMerged | number of merged pull requests |
| numOfHotfix | number of hotfix commits |
| summary | summary of changes |