mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2026-03-02 03:39:24 +00:00
rename project to IntelliJ *Platform* Pugin Template
This commit is contained in:
2
.github/template-cleanup/CHANGELOG.md
vendored
2
.github/template-cleanup/CHANGELOG.md
vendored
@@ -4,4 +4,4 @@
|
||||
|
||||
## [Unreleased]
|
||||
### Added
|
||||
- Initial scaffold created from [IntelliJ Plugin Template](https://github.com/JetBrains/intellij-plugin-template)
|
||||
- Initial scaffold created from [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template)
|
||||
|
||||
6
.github/template-cleanup/README.md
vendored
6
.github/template-cleanup/README.md
vendored
@@ -1,9 +1,9 @@
|
||||
# %NAME%
|
||||
|
||||

|
||||

|
||||
|
||||
<!-- Plugin description -->
|
||||
This Fancy IntelliJ Plugin is going to be your implementation of the brilliant ideas that you have.
|
||||
This Fancy IntelliJ Platform Plugin is going to be your implementation of the brilliant ideas that you have.
|
||||
|
||||
This specific section is a source for the [plugin.xml](./src/main/resources/META-INF/plugin.xml) file which will be
|
||||
extracted by the [Gradle](./build.gradle.kts) during the build process.
|
||||
@@ -25,4 +25,4 @@ To keep everything working, do not remove `<!-- ... -->` sections.
|
||||
|
||||
|
||||
---
|
||||
Plugin based on the [IntelliJ Plugin Template](https://github.com/JetBrains/intellij-plugin-template).
|
||||
Plugin based on the [IntelliJ Platform Plugin Template](https://github.com/JetBrains/intellij-platform-plugin-template).
|
||||
|
||||
6
.github/workflows/template-cleanup.yml
vendored
6
.github/workflows/template-cleanup.yml
vendored
@@ -1,4 +1,4 @@
|
||||
# GitHub Actions Workflow responsible for cleaning up the IntelliJ Plugin Template repository from
|
||||
# GitHub Actions Workflow responsible for cleaning up the IntelliJ Platform Plugin Template repository from
|
||||
# the template-specific files and configurations. This workflow is supposed to be triggered automatically
|
||||
# when a new template-based repository has been created.
|
||||
|
||||
@@ -10,11 +10,11 @@ on:
|
||||
|
||||
jobs:
|
||||
|
||||
# Run cleaning process only if workflow is triggered by the non-JetBrains/intellij-plugin-template repository.
|
||||
# Run cleaning process only if workflow is triggered by the non-JetBrains/intellij-platform-plugin-template repository.
|
||||
template-cleanup:
|
||||
name: Template Cleanup
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository != 'JetBrains/intellij-plugin-template'
|
||||
if: github.repository != 'JetBrains/intellij-platform-plugin-template'
|
||||
steps:
|
||||
|
||||
# Check out current repository
|
||||
|
||||
Reference in New Issue
Block a user