-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathbot.yml
More file actions
32 lines (32 loc) · 939 Bytes
/
bot.yml
File metadata and controls
32 lines (32 loc) · 939 Bytes
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
32
name: Git Bit Bot
description: A git bit node.js bot
avatar: avatar_gitbit.png
slackscopes:
- bot
- commands
config:
- name: REPO_ORG
friendly_name: Repository Organization
info: Organization for whioch you want to pull up Repositorys
default: paypal/
type: text
- name: GITHUB_API_URL
friendly_name: Github API URL
info: Github API URL
default: https://github.com/api/v3/
type: text
- name: GITHUB_AUTH_TOKEN
friendly_name: Authorization Token (Base64)
info: Base64 encoded value for of Github API Authorization Token
default: b64_token
type: secret
- name: MAX_PAGE_COUNT
friendly_name: Max Page Count
info: Max Page Count for repos to display (max 100)
default: 25
type: text
- name: DISABLE_ZERO_PR_REPO
friendly_name: Disable Repo with Zero PR
info: Disable printing details for Repo with Zero Pull Requests
default: true
type: text