Skip to content

Commit 8dd18fc

Browse files
committed
Switch to branch 2024.1.x
Update GitHub workflows
1 parent 3b81bf3 commit 8dd18fc

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ updates:
55
schedule:
66
interval: daily
77
open-pull-requests-limit: 10
8-
target-branch: 2023.0.x
8+
target-branch: 2024.1.x
99
labels:
10-
- "type: dependency upgrade"
10+
- "dependency upgrade"
1111
ignore:
1212
- dependency-name: "*"
1313
update-types: ["version-update:semver-patch", "version-update:semver-minor"]

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Grace Doc
22
on:
33
push:
44
branches:
5-
- 2024.0.x
5+
- 2024.1.x
66
paths:
77
- 'src/docs/**'
88
jobs:

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Grace CI
22
on:
33
push:
44
branches:
5-
- 2024.0.x
5+
- 2024.1.x
66
pull_request:
77
branches:
8-
- 2024.0.x
8+
- 2024.1.x
99
workflow_dispatch:
1010
jobs:
1111
build:

.github/workflows/release-notes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
types: [closed,reopened]
55
push:
66
branches:
7-
- 2024.0.x
7+
- 2024.1.x
88
workflow_dispatch:
99
jobs:
1010
release_notes:

0 commit comments

Comments
 (0)