Skip to content

Commit

Permalink
Merge pull request #41 from guardian/fix-link-to-create-GitHub-App
Browse files Browse the repository at this point in the history
Fix link to create GitHub App: use `pull_requests` with underscore
  • Loading branch information
rtyley committed Jun 26, 2024
2 parents feea7f5 + 3ad5011 commit a3279a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/github-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ so that we don't share private keys.
You can just click this link to get taken to a pre-filled page to create a new GitHub App - you'll just need to
customise the app name:

https://github.com/settings/apps/new?name=scala-library-release&url=https://github.com/guardian/gha-scala-library-release-workflow&public=false&contents=write&pull-requests=write&webhook_active=false
https://github.com/settings/apps/new?name=scala-library-release&url=https://github.com/guardian/gha-scala-library-release-workflow&public=false&contents=write&pull_requests=write&webhook_active=false

### GitHub App for an organisation account

Expand Down

0 comments on commit a3279a6

Please sign in to comment.