karpikpl/List files changed in a Pull Request
For a given pull request number, list all the Python (.py) files added and modified.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| file-filter | A space separated list of file extensions to filter. | no | — |
| pull-number | The pull request number. | no | — |
| repo-owner | The repo owner. | yes | ${{ github.repository_owner }} |
| repo-name | The repo name. | yes | ${{ github.event.repository.name }} |
| repo-token | A GitHub token for API access. Defaults to {{ github.token }}. | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| changed_files | space separated list of files changed in the pull request |
| head_sha | The head sha of the pull request |
| base_sha | The base sha of the pull request |
| result | The result of the action. Success, Failure or information message. |