Skip to content

Commit

Permalink
Merge pull request openstates#1142 from showerst/hi-vetoes
Browse files Browse the repository at this point in the history
Added veto action parsers for HI
  • Loading branch information
Andy Lo authored Aug 10, 2016
2 parents 83ae8ab + cb071dc commit e1210ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions openstates/hi/bills.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ def categorize_action(action):
('.*Passed Third Reading', 'bill:passed'),
('Enrolled to Governor', 'governor:received'),
('Act ', 'governor:signed'),
# Note, occasionally the gov sends intent to veto then doesn't. So use Vetoed not Veto
('Vetoed .* line-item', 'governor:vetoed:line-item'),
('Vetoed', 'governor:vetoed'),
('Veto overridden', 'bill:veto_override:passed'),
# these are for resolutions
('Offered', 'bill:introduced'),
('Adopted', 'bill:passed'),
Expand Down

0 comments on commit e1210ba

Please sign in to comment.