This is an automated email from the ASF dual-hosted git repository. sblackmon pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/streams.git
The following commit(s) were added to refs/heads/master by this push: new 512835f STREAMS-666: ensure rat check passes to prepare for 0.7.0 release 512835f is described below commit 512835f560a7c2af30b1e0fd620ac73ec5cd226a Author: sblackmon <sblack...@apache.org> AuthorDate: Mon Jul 6 13:14:00 2020 -0500 STREAMS-666: ensure rat check passes to prepare for 0.7.0 release resolves STREAMS-666 --- .github/workflows/streams-ci-workflow.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/.github/workflows/streams-ci-workflow.yml b/.github/workflows/streams-ci-workflow.yml index 7eb2f06..6cb6b93 100644 --- a/.github/workflows/streams-ci-workflow.yml +++ b/.github/workflows/streams-ci-workflow.yml @@ -1,3 +1,21 @@ +# +# 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 +# +# 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. +# + name: build on: