generated from maximousblk/probot-nextjs-starter
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
app.yml
41 lines (34 loc) · 1.69 KB
/
app.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
32
33
34
35
36
37
38
39
40
41
# This is a GitHub App Manifest. These settings will be used by default when
# initially configuring your GitHub App.
#
# NOTE: changing this file will not update your GitHub App settings.
# You must visit github.com/settings/apps/your-app-name to edit them.
#
# Read more about configuring your GitHub App:
# https://probot.github.io/docs/development/#configuring-a-github-app
#
# Read more about GitHub App Manifests:
# https://developer.github.com/apps/building-github-apps/creating-github-apps-from-a-manifest/
# The list of events the GitHub App subscribes to.
# Uncomment the event names below to enable them.
default_events:
# - issues
# The set of permissions needed by the GitHub App. The format of the object uses
# the permission name for the key (for example, issues) and the access type for
# the value (for example, write).
# Valid values are `read`, `write`, and `none`
default_permissions:
# Issues and related comments, assignees, labels, and milestones.
# https://developer.github.com/v3/apps/permissions/#permission-on-issues
# issues: write
# Search repositories, list collaborators, and access repository metadata.
# https://developer.github.com/v3/apps/permissions/#metadata-permissions
metadata: read
# The name of the GitHub App. Defaults to the name specified in package.json
name: probot-nextjs-starter
# The homepage of your GitHub App.
url: https://probot-nextjs-starter.vercel.app/
# A description of the GitHub App.
description: A GitHub App built with [Probot](https://github.com/probot/probot) and [NextJS](https://nextjs.org/).
# Set to true when your GitHub App is available to the public or false when it is only accessible to the owner of the app. Default: true
public: false