Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 0 additions & 21 deletions .github/actions/gitlint/action.yml

This file was deleted.

17 changes: 0 additions & 17 deletions .github/workflows/format.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/workflows/gitlint.yml

This file was deleted.

27 changes: 19 additions & 8 deletions tools/cr_checker/resources/BUILD → .github/workflows/on-pr.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# *******************************************************************************
# Copyright (c) 2024 Contributors to the Eclipse Foundation
# Copyright (c) 2026 Contributors to the Eclipse Foundation
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
Expand All @@ -11,10 +11,21 @@
# SPDX-License-Identifier: Apache-2.0
# *******************************************************************************

filegroup(
name = "templates",
srcs = [
"templates.ini",
],
visibility = ["//visibility:public"],
)
name: PR Checks

on:
pull_request:
types: [opened, reopened, synchronize]
merge_group:
types: [checks_requested]
push:
branches:
- main
release:
types: [published]

jobs:
common:
uses: eclipse-score/cicd-workflows/.github/workflows/on-pr.yml@c2c7e6dbab32b902f08ca5efc8e4ad623e6d280c # 2026-08-11
permissions:
contents: read
35 changes: 0 additions & 35 deletions tools/cr_checker/BUILD

This file was deleted.

132 changes: 0 additions & 132 deletions tools/cr_checker/cr_checker.bzl

This file was deleted.

56 changes: 0 additions & 56 deletions tools/cr_checker/resources/templates.ini

This file was deleted.

20 changes: 0 additions & 20 deletions tools/cr_checker/tool/BUILD

This file was deleted.

Loading
Loading