Skip to content

Commit

Permalink
#13 Implement integration with GitHub
Browse files Browse the repository at this point in the history
 - Updated configuration for trackers.
  • Loading branch information
andkirby committed Dec 1, 2015
1 parent b902fa6 commit e4f0c77
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion LibHooks/config/commit-msg.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,24 @@
<class>\PreCommit\Issue\JiraAdapter</class>
</adapter>
</issue>
<message>
<parser>
<class>\PreCommit\Filter\ShortCommitMsg\Jira\Parser</class>
</parser>
</message>
</jira>

<github>
<not_implemented />
<issue>
<adapter>
<class>\PreCommit\Issue\GitHubAdapter</class>
</adapter>
</issue>
<message>
<parser>
<class>\PreCommit\Filter\ShortCommitMsg\GitHub\Parser</class>
</parser>
</message>
</github>

<redmine>
Expand Down

0 comments on commit e4f0c77

Please sign in to comment.