forked from IQAndreas/github-issues-import
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini.sample
24 lines (17 loc) · 856 Bytes
/
config.ini.sample
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Rename to `config.ini`, and keep it in the same folder as `gh-issues-import.py`
# All optional fields have been commented out.
[login]
username = [email protected]
password = naked_password
[source]
repository = octocat/Hello-World
[target]
repository = helloworld-inc/Hello-World
[format] # These can be adjusted based on your group's region and language.
# Unless an absolute path is given, the templates are relative to the current working directory.
# Example (and default) templates can be found in the `templates` folder.
#issue_template = templates/issue.md
#pull_request_template = templates/pull_request.md
#comment_template = templates/comment.md
# If unsure, just using '%c' will default to the locale’s appropriate date and time representation.
#date = %A %b %d, %Y at %H:%M GMT # Sample: Friday Sep 13, 2013 at 22:58 GMT