-
Notifications
You must be signed in to change notification settings - Fork 16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(ci): add ci actions #15
base: main
Are you sure you want to change the base?
Conversation
There is an issue that we should link to the PR |
.github/workflows/labels.yml
Outdated
with: | ||
mode: minimum | ||
count: 1 | ||
labels: "kind:fix, kind:misc, kind:break!, kind:refactor, kind:feat, kind:deps, kind:docs, kind:ci, kind:chore" # yamllint disable-line rule:line-length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's add perf
while we still at it
.github/workflows/go-ci.yml
Outdated
|
||
- name: execute test run | ||
run: make test-unit-race |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have Makefile so it will break
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LIke many other actions
@@ -0,0 +1,82 @@ | |||
name: Bug Report |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's not add ISSUE_Templtates PRs in this GH and only CI workflows
9729d8d
to
6938faa
Compare
6938faa
to
f4ec5de
Compare
Overview
Added Issue Template and gh ci jobs
Checklist