File tree 11 files changed +143
-0
lines changed
11 files changed +143
-0
lines changed Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one or more
2
+ # license agreements; and to You under the Apache License, version 2.0:
3
+ #
4
+ # https://www.apache.org/licenses/LICENSE-2.0
5
+ #
6
+ # This file is part of the Apache Pekko project, which was derived from Akka.
7
+ #
8
+
1
9
# configuration for https://github.com/probot/autolabeler
2
10
3
11
dependency-change : " /project/Dependencies.scala"
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
1
18
name : Binary Compatibility
2
19
3
20
on :
6
23
branches :
7
24
- main
8
25
- 1.0.x
26
+ - 1.1.x
9
27
10
28
permissions : {}
11
29
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
1
18
name : Update Dependency Graph
2
19
on :
3
20
push :
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
1
18
name : Scalafmt
2
19
3
20
permissions : {}
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
1
18
name : Headers
2
19
3
20
on :
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one or more
2
+ # license agreements; and to You under the Apache License, version 2.0:
3
+ #
4
+ # https://www.apache.org/licenses/LICENSE-2.0
5
+ #
6
+ # This file is part of the Apache Pekko project, which was derived from Akka.
7
+ #
8
+
1
9
name : Link Validator
2
10
3
11
permissions : {}
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one or more
2
+ # license agreements; and to You under the Apache License, version 2.0:
3
+ #
4
+ # https://www.apache.org/licenses/LICENSE-2.0
5
+ #
6
+ # This file is part of the Apache Pekko project, which was derived from Akka.
7
+ #
8
+
1
9
name : Nightly Builds (1.0)
2
10
3
11
on :
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one or more
2
+ # license agreements; and to You under the Apache License, version 2.0:
3
+ #
4
+ # https://www.apache.org/licenses/LICENSE-2.0
5
+ #
6
+ # This file is part of the Apache Pekko project, which was derived from Akka.
7
+ #
8
+
1
9
name : Nightly Aeron Tests
2
10
3
11
on :
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
1
18
on :
2
19
workflow_dispatch :
3
20
schedule :
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one
2
+ # or more contributor license agreements. See the NOTICE file
3
+ # distributed with this work for additional information
4
+ # regarding copyright ownership. The ASF licenses this file
5
+ # to you under the Apache License, Version 2.0 (the
6
+ # "License"); you may not use this file except in compliance
7
+ # with the License. You may obtain a copy of the License at
8
+ #
9
+ # http://www.apache.org/licenses/LICENSE-2.0
10
+ #
11
+ # Unless required by applicable law or agreed to in writing,
12
+ # software distributed under the License is distributed on an
13
+ # "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
14
+ # KIND, either express or implied. See the License for the
15
+ # specific language governing permissions and limitations
16
+ # under the License.
17
+
1
18
name : Build and test Pekko with Scala 3
2
19
3
20
on :
Original file line number Diff line number Diff line change
1
+ # Licensed to the Apache Software Foundation (ASF) under one or more
2
+ # license agreements; and to You under the Apache License, version 2.0:
3
+ #
4
+ # https://www.apache.org/licenses/LICENSE-2.0
5
+ #
6
+ # This file is part of the Apache Pekko project, which was derived from Akka.
7
+ #
8
+
1
9
name : Timing sensitive tests
2
10
3
11
on :
You can’t perform that action at this time.
0 commit comments