Commit Graph

7 Commits

Author SHA1 Message Date
Prasad Ghangal
aeed283a98
Update Go and pkg deps (#475) 2021-04-24 20:06:01 +05:30
Prasad Ghangal
9f9d3725e3
Make CI compatible with helm3 (#476)
Signed-off-by: Prasad Ghangal <prasad.ghangal@gmail.com>
2021-04-18 16:42:06 +05:30
Sanket Sudake
5974581b13
Codespell action for BotKube (#394)
This commit adds GitHub action which checks for common misspellings across repository.
2020-10-05 12:26:10 +05:30
Prasad Ghangal
11b57d7a2b
Remove travis CI integration (#281)
##### ISSUE TYPE
 - Feature Pull Request


##### SUMMARY
Since we have github actions in place, we can get rid of travis CI
2020-05-14 13:13:43 +05:30
Amey Deshmukh
03707b337e
Fixes #179: Migration of current travis ci to github-actions ci. (#244)
##### ISSUE TYPE
<!--- Pick one below and delete the rest: -->
 - Feature Pull Request

Fix for issue [githib-actions](https://github.com/infracloudio/botkube/issues/179)

##### SUMMARY

-  Updated the golint path to $GOPATH/bin/golint to fix github-actions build failure.
-  Added docker push action step in current CI steps.
-  Added helm release step along with missing "helm init".

Checklist for Enabling github actions:
make sure to add below secrets in repo/settings/secrets
- GH_TOKEN(github access token of **charts** repo)
- DOCKER_USERNAME and DOCKER_PASSWORD (for **infracloud/botkube** repo).
- That's it, by merging this PR, first github-actions workflow for botkube should be triggered :) 

For reference the tested CI workflows on my repos:

- [with helm release](https://github.com/ameydev/botkube/runs/434885674?check_suite_focus=true)
- [Normal workflow with docker push and helm release skipped](https://github.com/ameydev/botkube/runs/434903893?check_suite_focus=true)
2020-05-14 10:32:03 +05:30
Bhavin Gandhi
25eb73d1a7 Add GitHub Pull Request template
- Makes it easy for contributors to create a new PR
- It will ensure that the issue being solved by PR gets referenced in
   the Pull Request body
- Taken from
  https://github.com/transtats/transtats/blob/devel/.github/PULL_REQUEST_TEMPLATE.md
  which is Apache 2.0 licensed

Signed-off-by: Bhavin Gandhi <bhavin7392@gmail.com>
2019-04-04 19:51:22 +05:30
Sanket Sudake
6c4d5e3531
Update issue templates 2019-03-01 14:19:49 +05:30