File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change 1010#
1111# SPDX-License-Identifier: Apache-2.0
1212# *******************************************************************************
13-
1413name : Copyright checks
15-
1614on :
1715 pull_request :
1816 types : [opened, reopened, synchronize]
2119 - main
2220 merge_group :
2321 types : [checks_requested]
24-
2522jobs :
2623 copyright-check :
2724 uses : eclipse-score/cicd-workflows/.github/workflows/copyright.yml@main
Original file line number Diff line number Diff line change @@ -32,8 +32,8 @@ copyright_checker(
3232 "//:MODULE.bazel" ,
3333 ],
3434 config = "@score_tooling//cr_checker/resources:config" ,
35- template = "@score_tooling//cr_checker/resources:templates" ,
3635 exclusion = "//:cr_checker_exclusion" ,
36+ template = "@score_tooling//cr_checker/resources:templates" ,
3737 visibility = ["//visibility:public" ],
3838)
3939
You can’t perform that action at this time.
0 commit comments