File tree Expand file tree Collapse file tree 8 files changed +23
-108
lines changed
Expand file tree Collapse file tree 8 files changed +23
-108
lines changed Original file line number Diff line number Diff line change 11# Copyright 2020 The Knative Authors.
2- #
3- # Licensed under the Apache License, Version 2.0 (the "License");
4- # you may not use this file except in compliance with the License.
5- # You may obtain a copy of the License at
6- #
7- # http://www.apache.org/licenses/LICENSE-2.0
8- #
9- # Unless required by applicable law or agreed to in writing, software
10- # distributed under the License is distributed on an "AS IS" BASIS,
11- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- # See the License for the specific language governing permissions and
13- # limitations under the License.
2+ # SPDX-License-Identifier: Apache-2.0
143
15- # This file is automagically synced here from github.com/knative-sandbox/.github
16- # repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
4+ # This file is automagically synced here from github.com/knative-sandbox/knobots
175
186name : Build
197
208on :
219 pull_request :
22- branches : [ 'main', 'master', ' release-*' ]
10+ branches : [ 'main', 'release-*' ]
2311
2412jobs :
2513 build :
26- uses : knative/actions/.github/workflows/go-build.yaml@main
14+ uses : knative/actions/.github/workflows/go-build.yaml@main
Original file line number Diff line number Diff line change 1- # Copyright 2020 The Knative Authors.
2- #
3- # Licensed under the Apache License, Version 2.0 (the "License");
4- # you may not use this file except in compliance with the License.
5- # You may obtain a copy of the License at
6- #
7- # http://www.apache.org/licenses/LICENSE-2.0
8- #
9- # Unless required by applicable law or agreed to in writing, software
10- # distributed under the License is distributed on an "AS IS" BASIS,
11- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- # See the License for the specific language governing permissions and
13- # limitations under the License.
1+ # Copyright 2022 The Knative Authors.
2+ # SPDX-License-Identifier: Apache-2.0
143
15- # This file is automagically synced here from github.com/knative-sandbox/.github
16- # repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
4+ # This file is automagically synced here from github.com/knative-sandbox/knobots
175
186name : Test
197
208on :
219 pull_request :
22- branches : [ 'main', 'master', ' release-*' ]
10+ branches : [ 'main', 'release-*' ]
2311
2412jobs :
2513 test :
Original file line number Diff line number Diff line change 1- # Copyright 2020 The Knative Authors.
2- #
3- # Licensed under the Apache License, Version 2.0 (the "License");
4- # you may not use this file except in compliance with the License.
5- # You may obtain a copy of the License at
6- #
7- # http://www.apache.org/licenses/LICENSE-2.0
8- #
9- # Unless required by applicable law or agreed to in writing, software
10- # distributed under the License is distributed on an "AS IS" BASIS,
11- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- # See the License for the specific language governing permissions and
13- # limitations under the License.
1+ # Copyright 2022 The Knative Authors.
2+ # SPDX-License-Identifier: Apache-2.0
143
15- # This file is automagically synced here from github.com/knative-sandbox/.github
16- # repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
4+ # This file is automagically synced here from github.com/knative-sandbox/knobots
175
186name : ' Releasability'
197
Original file line number Diff line number Diff line change 11# Copyright 2020 The Knative Authors.
2- #
3- # Licensed under the Apache License, Version 2.0 (the "License");
4- # you may not use this file except in compliance with the License.
5- # You may obtain a copy of the License at
6- #
7- # http://www.apache.org/licenses/LICENSE-2.0
8- #
9- # Unless required by applicable law or agreed to in writing, software
10- # distributed under the License is distributed on an "AS IS" BASIS,
11- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- # See the License for the specific language governing permissions and
13- # limitations under the License.
2+ # SPDX-License-Identifier: Apache-2.0
143
15- # This file is automagically synced here from github.com/knative-sandbox/.github
16- # repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
4+ # This file is automagically synced here from github.com/knative-sandbox/knobots
175
186name : ' Release Notes'
197
Original file line number Diff line number Diff line change 11# Copyright 2020 The Knative Authors.
2- #
3- # Licensed under the Apache License, Version 2.0 (the "License");
4- # you may not use this file except in compliance with the License.
5- # You may obtain a copy of the License at
6- #
7- # http://www.apache.org/licenses/LICENSE-2.0
8- #
9- # Unless required by applicable law or agreed to in writing, software
10- # distributed under the License is distributed on an "AS IS" BASIS,
11- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- # See the License for the specific language governing permissions and
13- # limitations under the License.
2+ # SPDX-License-Identifier: Apache-2.0
143
15- # This file is automagically synced here from github.com/knative-sandbox/.github
16- # repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
4+ # This file is automagically synced here from github.com/knative-sandbox/knobots
175
186name : ' Security'
197
208on :
219 push :
22- branches : [ 'main', 'master', ' release-*' ]
10+ branches : [ 'main', 'release-*' ]
2311
2412 pull_request :
25- branches : [ 'main', 'master', ' release-*' ]
13+ branches : [ 'main', 'release-*' ]
2614
2715jobs :
2816 analyze :
Original file line number Diff line number Diff line change 11# Copyright 2020 The Knative Authors.
2- #
3- # Licensed under the Apache License, Version 2.0 (the "License");
4- # you may not use this file except in compliance with the License.
5- # You may obtain a copy of the License at
6- #
7- # http://www.apache.org/licenses/LICENSE-2.0
8- #
9- # Unless required by applicable law or agreed to in writing, software
10- # distributed under the License is distributed on an "AS IS" BASIS,
11- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- # See the License for the specific language governing permissions and
13- # limitations under the License.
14-
15- # This file is automagically synced here from github.com/knative-sandbox/.github
16- # repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
2+ # SPDX-License-Identifier: Apache-2.0
173
4+ # This file is automagically synced here from github.com/knative-sandbox/knobots
185name : ' Close stale'
196
207on :
Original file line number Diff line number Diff line change 11# Copyright 2020 The Knative Authors.
2- #
3- # Licensed under the Apache License, Version 2.0 (the "License");
4- # you may not use this file except in compliance with the License.
5- # You may obtain a copy of the License at
6- #
7- # http://www.apache.org/licenses/LICENSE-2.0
8- #
9- # Unless required by applicable law or agreed to in writing, software
10- # distributed under the License is distributed on an "AS IS" BASIS,
11- # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12- # See the License for the specific language governing permissions and
13- # limitations under the License.
2+ # SPDX-License-Identifier: Apache-2.0
143
15- # This file is automagically synced here from github.com/knative-sandbox/.github
16- # repo by knobots: https://github.com/knative-sandbox/knobots and will be overwritten.
4+ # This file is automagically synced here from github.com/knative-sandbox/knobots
175
186name : Code Style
197
208on :
219 pull_request :
22- branches : [ 'main', 'master', ' release-*' ]
10+ branches : [ 'main', 'release-*' ]
2311
2412jobs :
2513
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ name: Verify
1919
2020on :
2121 pull_request :
22- branches : [ 'main', 'master', ' release-*' ]
22+ branches : [ 'main', 'release-*' ]
2323
2424jobs :
2525 verify :
You can’t perform that action at this time.
0 commit comments