forked from migarjo/probot-create-issue-on-repo-creation
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdefaults.js
More file actions
8 lines (8 loc) · 625 Bytes
/
Copy pathdefaults.js
File metadata and controls
8 lines (8 loc) · 625 Bytes
1
2
3
4
5
6
7
8
module.exports = {
enableIssueCreation: true,
createdIssueTitle: 'Repository Setup First Steps',
createdIssueBody: 'Congratulations! You\'ve just created a new repository. Please complete the following tasks to make sure that your work can be seen and discoverable by other members of the organization:\n- [ ] Give @[YOUR_ORG_NAME]/[YOUR_TEAM_NAME] at least read access\n- [ ] Add some [topics](https://blog.github.com/2017-01-31-introducing-topics/) that describe the content and purpose of your repository',
ccList: '',
FILE_NAME: '.github/open-issue-on-repo-creation.yml',
ORG_WIDE_REPO_NAME: 'org-settings'
}