Skip to content

Commit 83828c4

Browse files
Update actions (#261)
Signed-off-by: Knative Automation <[email protected]>
1 parent ec8668c commit 83828c4

File tree

8 files changed

+23
-108
lines changed

8 files changed

+23
-108
lines changed
Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,14 @@
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

186
name: Build
197

208
on:
219
pull_request:
22-
branches: [ 'main', 'master', 'release-*' ]
10+
branches: [ 'main', 'release-*' ]
2311

2412
jobs:
2513
build:
26-
uses: knative/actions/.github/workflows/go-build.yaml@main
14+
uses: knative/actions/.github/workflows/go-build.yaml@main

.github/workflows/knative-go-test.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
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

186
name: Test
197

208
on:
219
pull_request:
22-
branches: [ 'main', 'master', 'release-*' ]
10+
branches: [ 'main', 'release-*' ]
2311

2412
jobs:
2513
test:

.github/workflows/knative-releasability.yaml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
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

186
name: 'Releasability'
197

.github/workflows/knative-release-notes.yaml

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,7 @@
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

186
name: 'Release Notes'
197

.github/workflows/knative-security.yaml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,16 @@
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

186
name: 'Security'
197

208
on:
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

2715
jobs:
2816
analyze:

.github/workflows/knative-stale.yaml

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,7 @@
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
185
name: 'Close stale'
196

207
on:

.github/workflows/knative-style.yaml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,13 @@
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

186
name: Code Style
197

208
on:
219
pull_request:
22-
branches: [ 'main', 'master', 'release-*' ]
10+
branches: [ 'main', 'release-*' ]
2311

2412
jobs:
2513

.github/workflows/knative-verify.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ name: Verify
1919

2020
on:
2121
pull_request:
22-
branches: [ 'main', 'master', 'release-*' ]
22+
branches: [ 'main', 'release-*' ]
2323

2424
jobs:
2525
verify:

0 commit comments

Comments
 (0)