Skip to content

Commit 4f650d7

Browse files
authored
Merge branch 'apache:main' into bkd-prefetch-optimization
2 parents b638d5f + fb36f00 commit 4f650d7

File tree

78 files changed

+3325
-2807
lines changed

Some content is hidden

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

78 files changed

+3325
-2807
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates:
88
commit-message:
99
prefix: ci
1010
labels: [dependencies, skip-changelog]
11+
cooldown:
12+
default-days: 7
1113

1214
# python dependencies in /dev-tools/scripts
1315
- package-ecosystem: pip
@@ -18,6 +20,8 @@ updates:
1820
commit-message:
1921
prefix: build(deps)
2022
labels: [dependencies, skip-changelog]
23+
cooldown:
24+
default-days: 7
2125

2226
- package-ecosystem: gradle
2327
directory: /
@@ -28,3 +32,5 @@ updates:
2832
commit-message:
2933
prefix: deps(java)
3034
labels: [dependencies, skip-changelog]
35+
cooldown:
36+
default-days: 7

.github/workflows/mark-stale-PRs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,11 @@ jobs:
1919

2020
permissions:
2121
pull-requests: write # must comment/label PRs
22+
actions: write # must manipulate actions cache to split workload across multiple runs
2223

2324
steps:
2425
- name: Run stale PR action
25-
uses: actions/stale@3a9db7e6a41a89f618792c92c0e97cc736e1b13f # v10.0.0
26+
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # v10.1.0
2627
with:
2728
repo-token: ${{ secrets.GITHUB_TOKEN }}
2829

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@ build/
99
gradle/wrapper/gradle-wrapper.jar
1010

1111
# IntelliJ IDEA
12-
/.idea/
12+
**/.idea/*
13+
# Do add the icon to git
14+
!/.idea/icon.*
1315
# IntelliJ creates this folder, ignore.
1416
/build-tools/build-infra/out/
1517
/dev-tools/missing-doclet/out/

.idea/icon.png

25.7 KB
Loading

build-tools/build-infra/src/main/groovy/lucene.documentation.gradle

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

build-tools/build-infra/src/main/groovy/lucene.documentation.markdown.gradle

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

0 commit comments

Comments
 (0)