Skip to content
This repository was archived by the owner on May 20, 2023. It is now read-only.

Commit

Permalink
Integration => App
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jul 21, 2017
1 parent f560c0c commit f6ee6b5
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .env.example
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# The ID of your GitHub integration
INTEGRATION_ID=
# The ID of your GitHub App
APP_ID=
WEBHOOK_SECRET=development

# Uncomment to not actually mark issues
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Probot: Stale

> a GitHub Integration built with [Probot](https://github.com/probot/probot) that closes abandoned Issues and Pull Requests after a period of inactivity.
> a GitHub App built with [Probot](https://github.com/probot/probot) that closes abandoned Issues and Pull Requests after a period of inactivity.
[![](https://cloud.githubusercontent.com/assets/173/23858697/4885f0d6-07cf-11e7-96ed-716948027bbc.png)](https://github.com/probot/demo/issues/2)

Expand Down
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"env": {
"PRIVATE_KEY": {
"description": "the private key you downloaded when creating the GitHub Integration"
"description": "the private key you downloaded when creating the GitHub App"
},
"INTEGRATION_ID": {
"description": "the ID of your GitHub Integration"
"APP_ID": {
"description": "the ID of your GitHub App"
},
"WEBHOOK_SECRET": {
"description": "the secret configured for your GitHub Integration"
"description": "the secret configured for your GitHub App"
}
}
}
2 changes: 1 addition & 1 deletion docs/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

If you would like to run your own instance of this plugin, see the [docs for deploying plugins](https://github.com/probot/probot/blob/master/docs/deployment.md).

This plugin requires these **Permissions & events** for the GitHub Integration:
This plugin requires these **Permissions & events** for the GitHub App:

- Issues - **Read & Write**
- [x] Check the box for **Issue comment** events
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "probot-stale",
"version": "1.0.0",
"description": "a GitHub Integration that closes abandoned issues after a period of inactivity",
"description": "a GitHub App that closes abandoned issues after a period of inactivity",
"author": "Brandon Keepers",
"license": "ISC",
"repository": "https://github.com/probot/stale",
Expand Down

0 comments on commit f6ee6b5

Please sign in to comment.