Skip to content

Commit

Permalink
Merge branch 'main' of github.com:elastic/apm-agent-java into es-sync…
Browse files Browse the repository at this point in the history
…-attribute
  • Loading branch information
SylvainJuge committed Sep 29, 2023
2 parents 21a1361 + 085c2ad commit 28756ca
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
15 changes: 14 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,18 @@ jobs:
with:
name: build
path: ${{ github.workspace }}
# As long as there are some space issues with the CI runners.
- name: Free Disk Space
continue-on-error: true
uses: jlumbroso/free-disk-space@f68fdb76e2ea636224182cfb7377ff9a1708f9b8
with:
android: true
dotnet: true
haskell: true
large-packages: true
docker-images: true
swap-storage: true
tool-cache: false
- uses: ./.github/workflows/maven-goal
with:
command: ./mvnw -q -P ci-non-application-server-integration-tests verify
Expand Down Expand Up @@ -205,7 +217,8 @@ jobs:
path: ${{ github.workspace }}
# As long as there are some space issues with the CI runners.
- name: Free Disk Space
uses: jlumbroso/free-disk-space@0add001504c51b93b35ac8e81d252bdd47e4ef07
continue-on-error: true
uses: jlumbroso/free-disk-space@f68fdb76e2ea636224182cfb7377ff9a1708f9b8
with:
android: true
dotnet: true
Expand Down
13 changes: 13 additions & 0 deletions .mergify.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
queue_rules:
- name: default
# branch protection rules are automatically included, no extra rule needed for now

pull_request_rules:
- name: Automatic squash and merge on approval with success checks and ready-to-merge label
conditions:
- label=ready-to-merge
- base=main
actions:
queue:
method: squash
name: default

0 comments on commit 28756ca

Please sign in to comment.