Skip to content

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 clearcontainers#943.

Signed-off-by: James O. D. Hunt <james.o.hunt@intel.com>
  • Loading branch information
jodh-intel committed Jan 22, 2018
1 parent 753dfa1 commit 794fef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .ci/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ checkcommits \
--need-sign-offs \
--body-length 72 \
--subject-length 75 \
--ignore-fixes-for-subsystem "release" \
--verbose

# Setup environment and build components.
Expand Down

0 comments on commit 794fef7

Please sign in to comment.