Skip to content

Commit 532b6ea

Browse files
authored
Merge pull request #221 from laraPPr/Update-ReadMe
add instructions on setting Permissions for GitHub App
2 parents c09bccd + fb32bba commit 532b6ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,13 @@ At the [app settings page](https://github.com/settings/apps) click "`New GitHub
6767
python3 -c 'import secrets; print(secrets.token_hex(64))'
6868
```
6969
- Permissions: assign the required permissions to the app (e.g., read access to commits, issues, pull requests);
70-
- Make sure to assign read and write access to the Pull request in "Repository permissions" section; these permisions can be changed later on;
70+
- Make sure to assign read and write access to the Pull requests and Issues in "Repository permissions" section; these permisions can be changed later on;
7171
- Make sure to accept the new permissions from the "Install App" section that you can reach via the menu on the left hand side.
7272
- Then select the wheel right next to your installed app, or use the link `https://github.com/settings/installations/INSTALLATION_ID`
7373
- Once the page is open you will be able to accept the new permissions there.
7474
- Some permissions (e.g., metadata) will be selected automatically because of others you have chosen.
7575

76-
- Events: subscribe the app to events it shall react on (e.g., related to pull requests)
76+
- Events: subscribe the app to events it shall react on (e.g., related to pull requests and comments)
7777
- Select that the app can only be installed by this (your) GitHub account or organisation.
7878

7979
Click on "`Create GitHub App`" to complete this step.

0 commit comments

Comments
 (0)