mirror of
https://github.com/JetBrains/intellij-platform-plugin-template.git
synced 2025-06-13 13:04:09 +00:00
Merge 66b037d4c1
into 3bc8732088
This commit is contained in:
commit
ccbb6d36b2
@ -343,6 +343,10 @@ Within the default project structure, there is a `.run` directory provided conta
|
||||
Continuous integration depends on [GitHub Actions][gh:actions], a set of workflows that make it possible to automate your testing and release process.
|
||||
Thanks to such automation, you can delegate the testing and verification phases to the Continuous Integration (CI) and instead focus on development (and writing more tests).
|
||||
|
||||
> [!NOTE]
|
||||
> To ensure the "Create Pull Request" step functions correctly in the "Publish Plugin" job, make sure to enable "Read and write permissions" for actions by navigating to `⚙️ Settings > Actions > General > Workflow permissions`.
|
||||
|
||||
|
||||
In the `.github/workflows` directory, you can find definitions for the following GitHub Actions workflows:
|
||||
|
||||
- [Build](.github/workflows/build.yml)
|
||||
|
Loading…
Reference in New Issue
Block a user