Skip to content

Commit aa86723

Browse files
authored
Merge branch 'main' into main
2 parents c555005 + 14d53f8 commit aa86723

File tree

263 files changed

+1407
-35761
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

263 files changed

+1407
-35761
lines changed

.bazelignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

.bazelrc

Lines changed: 0 additions & 21 deletions
This file was deleted.

.bazelversion

Lines changed: 0 additions & 1 deletion
This file was deleted.

.github/mergify.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,4 @@
11
pull_request_rules:
2-
- name: Add bazel label if a Bazel file is modified
3-
conditions:
4-
- files~=\.(bazel|bzl)$
5-
actions:
6-
label:
7-
add:
8-
- bazel
92
- name: Add make label if a Make file is modified
103
conditions:
114
- files~=(Makefile|\.mk)$

.github/workflows/check-build-system-equivalence-release-branches.yaml

Lines changed: 0 additions & 37 deletions
This file was deleted.

.github/workflows/check-build-system-equivalence.yaml

Lines changed: 0 additions & 155 deletions
This file was deleted.

.github/workflows/gazelle-scheduled.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/gazelle.yaml

Lines changed: 0 additions & 42 deletions
This file was deleted.

.github/workflows/oci-make.yaml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
name: OCI (make)
77
on:
88
push:
9-
paths-ignore:
10-
- '.github/workflows/secondary-umbrella.yaml'
11-
- '.github/workflows/update-elixir-patches.yaml'
12-
- '.github/workflows/update-otp-patches.yaml'
13-
- '.github/workflows/release-alphas.yaml'
14-
- '*.md'
9+
paths:
10+
- deps/**
11+
- scripts/**
12+
- Makefile
13+
- plugins.mk
14+
- rabbitmq-components.mk
15+
- packaging/**
16+
- .github/workflows/oci-make.yaml
1517
workflow_dispatch:
1618
inputs:
1719
otp_version:

0 commit comments

Comments
 (0)