empiricalseconcordia/ASTDiff Bot
A GitHub Action to run RefactoringMiner and upload diff results as a .zip.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| URL | URL of the repository for the diff operation | yes | — |
| OAuthToken | OAuthToken for read the commit/pr information (Only required for private urls) | no | ${{ github.token }} |
| screenshot | Name of the file that you want to take screenshot of | no | "" |
| fromDockerHub | If true, pulls the RefactoringMiner image from DockerHub; if false, builds it from the repo | no | true |
Outputs
| name | description |
|---|---|
| artifact_url | URL to download the generated diff artifact |