From 481b966954f944d015ff0d2e7263ff01d381b986 Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Thu, 8 Oct 2020 15:36:37 +0200 Subject: [PATCH] Add warning about disabled GitHub Actions Workflows in the created projects --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index d051256..ce052a5 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,16 @@ [![Build](https://github.com/JetBrains/intellij-platform-plugin-template/workflows/Build/badge.svg)][gh:build] [![Slack](https://img.shields.io/badge/Slack-%23intellij--platform--plugin--template-blue)][jb:slack] +> ⚠️ +> +> **Warning:** Currently, GitHub Actions are not enabled by default anymore for the projects created using the Repository Template. +> Issue is [reported](https://github.community/t/workflow-isnt-enabled-in-repos-generated-from-template/136421), but for now it is required to perform the following steps manually: +> 1. Click Use the Template button. +> 2. In the created repository, go to *Actions* tab and click Enable Actions on this repository. +> 3. Commit and push any change to the repository, i.e. remove the `LICENSE` file. +> +> ⚠️ + > **TL;DR:** Click the Use this template button and clone it in IntelliJ IDEA.