From 7603df223964f7f28fac3f18641e1ce35abe7e4a Mon Sep 17 00:00:00 2001 From: Jakub Chrzanowski Date: Wed, 17 Jun 2020 22:31:54 +0200 Subject: [PATCH] replace `hsz` with `JetBrains` --- .github/template-cleanup/README.md | 2 +- .github/workflows/template-cleanup.yml | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/template-cleanup/README.md b/.github/template-cleanup/README.md index 873819b..bbd752b 100644 --- a/.github/template-cleanup/README.md +++ b/.github/template-cleanup/README.md @@ -1,6 +1,6 @@ # %NAME% -![Build](https://github.com/hsz/intellij-plugin-template/workflows/Build/badge.svg) +![Build](https://github.com/JetBrains/intellij-plugin-template/workflows/Build/badge.svg) This Fancy IntelliJ Plugin is going to be your implementation of the brilliant ideas that you have. diff --git a/.github/workflows/template-cleanup.yml b/.github/workflows/template-cleanup.yml index 6a4fd36..cc44880 100644 --- a/.github/workflows/template-cleanup.yml +++ b/.github/workflows/template-cleanup.yml @@ -14,7 +14,7 @@ jobs: template-cleanup: name: Template Cleanup runs-on: ubuntu-latest - if: github.repository != 'hsz/intellij-plugin-template' + if: github.repository != 'JetBrains/intellij-plugin-template' steps: # Check out current repository diff --git a/README.md b/README.md index d2bbb4d..ceba36c 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # IntelliJ Plugin Template [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) -![Build](https://github.com/hsz/intellij-plugin-template/workflows/Build/badge.svg) +![Build](https://github.com/JetBrains/intellij-plugin-template/workflows/Build/badge.svg) **IntelliJ Plugin Template** is a repository that provides a pure boilerplate for creating a plugin project with ease