From a0df58f373f1c891002d5f695e485db71b0fd69d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Wed, 29 May 2024 17:22:31 +0200 Subject: [PATCH] Document "Allow GitHub Actions to create and approve pull requests" option to be set after using template #451 --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d7f8cce..1aef459 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ All you have to do is click the Use this template button (you must be ![Use this template][file:use-this-template.png] After using the template to create your blank project, the [Template Cleanup][file:template_cleanup.yml] workflow will be triggered to override or remove any template-specific configurations, such as the plugin name, current changelog, etc. -Once this is complete, the project is ready to be cloned to your local environment and opened with [IntelliJ IDEA][jb:download-ij]. +Once this is complete, open the newly created project's _Settings | Actions | General_ page and enable option _Allow GitHub Actions to create and approve pull requests_. + +Now the project is ready to be cloned to your local environment and opened with [IntelliJ IDEA][jb:download-ij]. The most convenient way for getting your new project from GitHub is the Get from VCS action available on the Welcome Screen, where you can filter your GitHub repository by its name.