From 8c3cba99098ec119dae8a12128151f6e5f9dac7f Mon Sep 17 00:00:00 2001 From: Kent Yao Date: Tue, 22 Feb 2022 11:11:04 +0800 Subject: [PATCH] address comment --- .github/workflows/docker-image.yml | 16 ++++++++++++++++ .github/workflows/greetings.yml | 16 ++++++++++++++++ .github/workflows/license.yml | 2 -- .github/workflows/nightly.yml | 16 ++++++++++++++++ .github/workflows/publish-snapshot.yml | 16 ++++++++++++++++ .github/workflows/style.yml | 2 -- 6 files changed, 64 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index 30cfab67a99..99b761f0f1a 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -1,4 +1,20 @@ name: Publish Docker image +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# on: push: diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 9372b6f05eb..146a7a59eaa 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -1,4 +1,20 @@ name: Greetings +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# # on: [pull_request, issues] on: issues diff --git a/.github/workflows/license.yml b/.github/workflows/license.yml index a0eaaee18f5..1eba7763bc1 100644 --- a/.github/workflows/license.yml +++ b/.github/workflows/license.yml @@ -1,5 +1,4 @@ name: License check - # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -19,7 +18,6 @@ name: License check # This GitHub workflow checks Apache License v2.0 Header is added if needed - on: pull_request: branches: diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index a26bada401e..7a1b5adbc90 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -1,4 +1,20 @@ name: Kyuubi Nightly +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# on: schedule: diff --git a/.github/workflows/publish-snapshot.yml b/.github/workflows/publish-snapshot.yml index 861691fa5a3..d8e16191f44 100644 --- a/.github/workflows/publish-snapshot.yml +++ b/.github/workflows/publish-snapshot.yml @@ -1,4 +1,20 @@ name: Publish Snapshot +# +# Licensed to the Apache Software Foundation (ASF) under one or more +# contributor license agreements. See the NOTICE file distributed with +# this work for additional information regarding copyright ownership. +# The ASF licenses this file to You under the Apache License, Version 2.0 +# (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +# on: schedule: diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index 1c5739d36b0..d80e5704a31 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -1,5 +1,4 @@ name: Style check - # # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with @@ -19,7 +18,6 @@ name: Style check # This GitHub workflow checks style & dependency issues. - on: pull_request: branches: