mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-07 17:15:56 +00:00
Check for changelog label in CI
This commit is contained in:
parent
6c14aa965d
commit
4e66bbb76b
1 changed files with 8 additions and 0 deletions
|
|
@ -62,6 +62,11 @@ jobs:
|
|||
- checkout-plus
|
||||
- run: go mod tidy
|
||||
- run: git diff --exit-code -- go.mod go.sum
|
||||
check-changelog-label:
|
||||
executor:
|
||||
name: golang
|
||||
steps:
|
||||
- run: curl https://moleculacorp:$GITHUB_PERSONAL_ACCESS_TOKEN@api.github.com/repos/molecula/pilosa/pulls/$CIRCLE_PR_NUMBER | jq "[.labels[] | .name | startswith(\"changelog\")] | any" -e
|
||||
test-build-arm:
|
||||
executor:
|
||||
name: golang
|
||||
|
|
@ -178,6 +183,9 @@ workflows:
|
|||
- go-mod-tidy:
|
||||
requires:
|
||||
- setup
|
||||
- check-changelog-label:
|
||||
requires:
|
||||
- setup
|
||||
- test-build-arm:
|
||||
requires:
|
||||
- setup
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue