This is an automated email from the ASF dual-hosted git repository.

av pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new f88fd694705 IGNITE-28231 Add warning for `protected classes` CI job 
and update comment (#12897)
f88fd694705 is described below

commit f88fd694705094d79aa9d52b3a53e66519bb34a5
Author: Alexey Abashev <[email protected]>
AuthorDate: Mon Mar 16 16:27:40 2026 +0300

    IGNITE-28231 Add warning for `protected classes` CI job and update comment 
(#12897)
---
 .github/workflows/check-protected-classes.yml | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/check-protected-classes.yml 
b/.github/workflows/check-protected-classes.yml
index 1b0c23a4c9e..5edb5fe3439 100644
--- a/.github/workflows/check-protected-classes.yml
+++ b/.github/workflows/check-protected-classes.yml
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-name: Check Protected Classes
+name: Protected Classes
 
 on: pull_request_target
 
@@ -114,3 +114,8 @@ jobs:
               issue_number: context.issue.number,
               labels: ['compatibility'],
             });
+
+      - name: Failed on affected check
+        if: steps.check.outputs.affected == 'true'
+        run: |
+          exit 1

Reply via email to