add license headers to CI files (#1631)
This commit is contained in:
parent
776487459c
commit
2cd8313bf5
11 changed files with 143 additions and 0 deletions
8
.github/autolabeler.yml
vendored
8
.github/autolabeler.yml
vendored
|
|
@ -1,3 +1,11 @@
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# license agreements; and to You under the Apache License, version 2.0:
|
||||||
|
#
|
||||||
|
# https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# This file is part of the Apache Pekko project, which was derived from Akka.
|
||||||
|
#
|
||||||
|
|
||||||
# configuration for https://github.com/probot/autolabeler
|
# configuration for https://github.com/probot/autolabeler
|
||||||
|
|
||||||
dependency-change: "/project/Dependencies.scala"
|
dependency-change: "/project/Dependencies.scala"
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,20 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
name: Binary Compatibility
|
name: Binary Compatibility
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
@ -6,6 +23,7 @@ on:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
- 1.0.x
|
- 1.0.x
|
||||||
|
- 1.1.x
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
||||||
|
|
|
||||||
17
.github/workflows/dependency-graph.yml
vendored
17
.github/workflows/dependency-graph.yml
vendored
|
|
@ -1,3 +1,20 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
name: Update Dependency Graph
|
name: Update Dependency Graph
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|
|
||||||
17
.github/workflows/format.yml
vendored
17
.github/workflows/format.yml
vendored
|
|
@ -1,3 +1,20 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
name: Scalafmt
|
name: Scalafmt
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
|
||||||
17
.github/workflows/headers.yml
vendored
17
.github/workflows/headers.yml
vendored
|
|
@ -1,3 +1,20 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
name: Headers
|
name: Headers
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
8
.github/workflows/link-validator.yml
vendored
8
.github/workflows/link-validator.yml
vendored
|
|
@ -1,3 +1,11 @@
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# license agreements; and to You under the Apache License, version 2.0:
|
||||||
|
#
|
||||||
|
# https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# This file is part of the Apache Pekko project, which was derived from Akka.
|
||||||
|
#
|
||||||
|
|
||||||
name: Link Validator
|
name: Link Validator
|
||||||
|
|
||||||
permissions: {}
|
permissions: {}
|
||||||
|
|
|
||||||
8
.github/workflows/nightly-1.0-builds.yml
vendored
8
.github/workflows/nightly-1.0-builds.yml
vendored
|
|
@ -1,3 +1,11 @@
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# license agreements; and to You under the Apache License, version 2.0:
|
||||||
|
#
|
||||||
|
# https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# This file is part of the Apache Pekko project, which was derived from Akka.
|
||||||
|
#
|
||||||
|
|
||||||
name: Nightly Builds (1.0)
|
name: Nightly Builds (1.0)
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
8
.github/workflows/nightly-builds-aeron.yml
vendored
8
.github/workflows/nightly-builds-aeron.yml
vendored
|
|
@ -1,3 +1,11 @@
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# license agreements; and to You under the Apache License, version 2.0:
|
||||||
|
#
|
||||||
|
# https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# This file is part of the Apache Pekko project, which was derived from Akka.
|
||||||
|
#
|
||||||
|
|
||||||
name: Nightly Aeron Tests
|
name: Nightly Aeron Tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
17
.github/workflows/scala-steward.yml
vendored
17
.github/workflows/scala-steward.yml
vendored
|
|
@ -1,3 +1,20 @@
|
||||||
|
# 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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
|
|
|
||||||
17
.github/workflows/scala3-build.yml
vendored
17
.github/workflows/scala3-build.yml
vendored
|
|
@ -1,3 +1,20 @@
|
||||||
|
# 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.
|
||||||
|
|
||||||
name: Build and test Pekko with Scala 3
|
name: Build and test Pekko with Scala 3
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
8
.github/workflows/timing-tests.yml
vendored
8
.github/workflows/timing-tests.yml
vendored
|
|
@ -1,3 +1,11 @@
|
||||||
|
# Licensed to the Apache Software Foundation (ASF) under one or more
|
||||||
|
# license agreements; and to You under the Apache License, version 2.0:
|
||||||
|
#
|
||||||
|
# https://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
#
|
||||||
|
# This file is part of the Apache Pekko project, which was derived from Akka.
|
||||||
|
#
|
||||||
|
|
||||||
name: Timing sensitive tests
|
name: Timing sensitive tests
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue