This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a change to branch feature/support-2025.3
in repository https://gitbox.apache.org/repos/asf/struts-intellij-plugin.git
discard 8ee539b fix(facet): populate file sets when framework is detected
discard 5cdb6e8 build: upgrade to IntelliJ Platform 2025.3
add 37e82b1 fix(ci): resolve Dependabot PR comment permission error (#37)
add 12305b0 ci(deps): bump actions/github-script from 7 to 8 (#32)
add fdd2848 chore: add GitHub repository metadata to .asf.yaml (#38)
add 441c455 ci(deps): bump JetBrains/qodana-action from 2024.2.6 to
2025.3.1 (#33)
add fd60b9b ci(deps): bump codecov/codecov-action from 4 to 5 (#34)
add a5d72ac ci(deps): bump actions/cache from 4 to 5 (#35)
add 52a0f65 ci(deps): bump actions/setup-java from 4 to 5 (#36)
add dd20a29 build: upgrade to IntelliJ Platform 2025.3
add 99bd91c fix(facet): populate file sets when framework is detected
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (8ee539b)
\
N -- N -- N refs/heads/feature/support-2025.3 (99bd91c)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
No new revisions were added by this update.
Summary of changes:
.asf.yaml | 5 ++
.github/workflows/build.yml | 61 ++++----------------
.github/workflows/pr-artifact.yml | 117 ++++++++++++++++++++++++++++++++++++++
.github/workflows/release.yml | 2 +-
4 files changed, 135 insertions(+), 50 deletions(-)
create mode 100644 .github/workflows/pr-artifact.yml