Skip to content

Commit

Permalink
List issues in supported events
Browse files Browse the repository at this point in the history
  • Loading branch information
zoffixznet committed Apr 9, 2018
1 parent 906fc4b commit 4ca98d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Geth/GitHub/Hooks.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ has $.Supply = $!supplier.Supply;

constant $OK_RES = (200, ['Content-Type' => 'text/plain'], [ 'OK' ]);
constant $IGNORED_RES = (200, ['Content-Type' => 'text/plain'], [ 'Ignored' ]);
constant @SUPPORTED_EVENTS = <push pull_request>;
constant @SUPPORTED_EVENTS = <push pull_request issues>;

submethod TWEAK {
start {
Expand Down

0 comments on commit 4ca98d8

Please sign in to comment.