- ci: bump go versions
- add dependabot to automate upgrades
- fix: list existing deployments in the same environment (#14)
- feat: switch to flake, add fmt, lint (#13)
- feat(cleanup): destroy github deployments related to PR (#12)
- feat(cleanup): filter deployments based on a given PR list (#11)
- feat(cleanup): handle script arguments (#10)
- fix: remove duplicate arguments command (#9)
- feat: run from subdirectories in git repo (#8)
- feat(please): also display stdout (#6)
- feat(please): handle scripts arguments (#7)
- Merge pull request #4 from jfroche/feat/provide-environment-url
- ci: build/test using different go versions
- feat(please): set environment URL using new cli flag
- bump all the dependencies
- add support for GitHub Actions
- release with goreleaser
- bye Travis-CI
- Create go.yml
- update dependencies
- please: trim the environmentURL
- README: update with mdsh
- restore the original environment name logic
- forward API failures to the client
- convert to go modules
- gitsrc: wrap errors for better reporting
- fix CLI parsing
- Use branch as deployment ref by default (#1)
- add missing CHANGELOG.md
- fix: handle pull-request URLs
- wrap the github token in zimbatm/go-secretvalue
- add support for Circle CI
- cleanup: fix the opened PR list
- report to the right commit ID in Travis
- fixes bug with Travis CI
- relax the deployment names
- fix github slug parsing
- Hi