Skip to content
This repository has been archived by the owner on Jun 28, 2024. It is now read-only.

Commit

Permalink
CI: Don't require an issue for release PRs
Browse files Browse the repository at this point in the history
Change the `checkcommits` config to not require an issue for release
PRs.

Fixes #28.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Jan 22, 2018
1 parent 55784df commit 533f308
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/static-checks.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ self="$GOPATH/src/github.com/kata-containers/tests"
checkcommits \
--need-fixes \
--need-sign-offs \
--ignore-fixes-for-subsystem "release" \
--verbose

go_packages=$(go list ./... 2>/dev/null || true)
Expand Down

0 comments on commit 533f308

Please sign in to comment.