├── Dockerfile ├── LICENSE ├── README.md ├── action.yml ├── bump-version.sh └── entrypoint.sh /Dockerfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superfly/fly-pr-review-apps/HEAD/Dockerfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superfly/fly-pr-review-apps/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superfly/fly-pr-review-apps/HEAD/README.md -------------------------------------------------------------------------------- /action.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superfly/fly-pr-review-apps/HEAD/action.yml -------------------------------------------------------------------------------- /bump-version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superfly/fly-pr-review-apps/HEAD/bump-version.sh -------------------------------------------------------------------------------- /entrypoint.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/superfly/fly-pr-review-apps/HEAD/entrypoint.sh --------------------------------------------------------------------------------