forked from eXist-db/.github
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yml
29 lines (24 loc) · 1.09 KB
/
config.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
# Configuration for welcome - https://github.com/behaviorbot/welcome
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening your first issue here! Be sure to follow the issue template!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thanks for opening this pull request! Please check out our contributing guidelines.
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Congrats on your first merged pull request!
# It is recommended to include as many gifs and emojis as possible!
# Example /.github/config.yml file for a repository
project:
type: "ORGANIZATION" # or "REPOSITORY"
number: 1
new_issue_column:
index: 0
# name: "To do"
new_pull_request_column:
index: 1
# name: "In progress"