-
Notifications
You must be signed in to change notification settings - Fork 1
Tips
czalidis edited this page Oct 15, 2014
·
5 revisions
When possible, avoid manually closing issues on github.
It can be done via the message of the commit that resolves the issue. For example:
git commit -m ' ... closes #4 '
When this commit is merged in the repo's default, the issue will be automatically closed.
Not all commits need CI Builds. To do this, all you need to do is add [ci skip]
somewhere in the commit message.