-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy path.gush.yml
31 lines (31 loc) · 1.02 KB
/
.gush.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Gush configuration file, any comments will be lost.
meta-header: "This file is part of Gush package.\n\n(c) Luis Cordova <[email protected]>\n\nThis source file is subject to the MIT license that is bundled\nwith this source code in the file LICENSE."
pr_type:
- feature
- bugfix
- refactor
- tests
- remove
- style
- documentation
- security
table-pr:
fixed_tickets: ['Fixed tickets', '']
license: [License, MIT]
base: master
repo_adapter: github
issue_tracker: github
repo_org: gushphp
repo_name: gush
issue_project_org: gushphp
issue_project_name: gush
pats:
good_job: 'Good job @{{ author }}.'
you_were_fast: 'You were fast on this one, thanks @{{ author }}.'
good_catch: 'Good catch @{{ author }}, thanks for the patch.'
thank_you: 'Thank you @{{ author }}.'
good_catch_thanks: 'Good catch, thanks @{{ author }}.'
thanks_for_pr: 'Thanks @{{ author }} for the pull request!'
well_done: 'Well done @{{ author }}.'
beers: ':beers: @{{ author }}.'
pat_on_merge: thank_you