{"id":26572798,"url":"https://github.com/nansd/heroku-deploy-review-app","last_synced_at":"2026-05-11T02:03:55.489Z","repository":{"id":37790783,"uuid":"490789128","full_name":"NansD/heroku-deploy-review-app","owner":"NansD","description":"A github action inspired from https://github.com/matmar10/heroku-review-app to deploy and update review apps on Heroku","archived":false,"fork":false,"pushed_at":"2023-03-06T20:38:43.000Z","size":766,"stargazers_count":1,"open_issues_count":9,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-19T00:46:22.356Z","etag":null,"topics":["action","actions","github","heroku","preview-environment","review-app","review-apps"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NansD.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-05-10T17:03:17.000Z","updated_at":"2023-01-31T19:49:34.000Z","dependencies_parsed_at":"2024-11-18T09:22:00.804Z","dependency_job_id":null,"html_url":"https://github.com/NansD/heroku-deploy-review-app","commit_stats":{"total_commits":8,"total_committers":1,"mean_commits":8.0,"dds":0.0,"last_synced_commit":"2eedc02ae7f1c424b0c6c4c2f09f5ec4c18c8f55"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":"actions/typescript-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NansD%2Fheroku-deploy-review-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NansD%2Fheroku-deploy-review-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NansD%2Fheroku-deploy-review-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NansD%2Fheroku-deploy-review-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NansD","download_url":"https://codeload.github.com/NansD/heroku-deploy-review-app/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040217,"owners_count":20551297,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["action","actions","github","heroku","preview-environment","review-app","review-apps"],"created_at":"2025-03-23T00:35:15.918Z","updated_at":"2026-05-11T02:03:55.373Z","avatar_url":"https://github.com/NansD.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Heroku Review Application\n\nCreate a Heroku review app when a PR is raised by someone with write or admin access\n\n## Usage\n\n```yaml\n# in .github/workflows/review-app.yml\nname: Heroku Review App\non:\n  pull_request:\n    types: [opened, reopened, synchronize, labeled, closed]\n  pull_request_target:\n    types: [opened, reopened, synchronize, labeled, closed]\n\njobs:\n  heroku-review-application:\n    name: Heroku Review App\n    runs-on: ubuntu-latest\n    steps:\n      - name: Heroku Review Application\n        uses: NansD/heroku-deploy-review-app@v0.1.0\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n          github_label: Review App\n          should_comment_pull_request: true\n          heroku_api_token: ${{ secrets.HEROKU_API_TOKEN }}\n          heroku_pipeline_id: b3db2bf0-081c-49a5-afa8-4f6a2443ad75\n```\n\n## Available Configuration\n\n### Inputs\n\n- **github_token** - Github API access token; needs scope to add label to issue\n- **github_label** - Text of what label should be added to each PR. If this label is added, it triggers a new build\n- **should_comment_pull_request** - If true, a comment will be added to the PR when the review app is deployed\n- **heroku_api_token** - Heroku API Token; generate this under your personal settings in Heroku\n- **heroku_pipeline_id** - Pipeline ID configured to use review apps. You can get this from the URL in your browser.\n\n# Acknowledgments\n\nThanks to [@matmar10](https://github.com/matmar10) for his [iteration](https://github.com/matmar10/heroku-review-app) on Michael's version. I've added the following features:\n- ability to add a comment to the PR when the review app is deployed\n- ability not to wait for the review app to be deployed (this helps saving github action minutes!)\n\nThanks to [Michael Heap](https://github.com/mheap) for his [original rough implementation](https://github.com/mheap/github-action-pr-heroku-review-app) from which this version is inspired.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnansd%2Fheroku-deploy-review-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnansd%2Fheroku-deploy-review-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnansd%2Fheroku-deploy-review-app/lists"}