Skip to content

Commit 245c287

Browse files
committed
Merge tag 'github-api-2.0-rc.1' into release/v2.x
github-api-2.0-rc.1
2 parents a5a9b6b + 981a9b3 commit 245c287

File tree

112 files changed

+3853
-1038
lines changed

Some content is hidden

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

112 files changed

+3853
-1038
lines changed

.github/workflows/maven-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
name: maven-test-target-directory
108108
path: target
109109
- name: Codecov Report
110-
uses: codecov/codecov-action@v5.1.2
110+
uses: codecov/codecov-action@v5.4.0
111111
with:
112112
# Codecov token from https://app.codecov.io/gh/hub4j/github-api/settings
113113
token: ${{ secrets.CODECOV_TOKEN }}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ target
66
.classpath
77
.project
88
.settings/
9+
.metadata/
910
.DS_Store
1011

1112
dependency-reduced-pom.xml

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
[![codecov](https://codecov.io/gh/hub4j/github-api/branch/main/graph/badge.svg?token=j1jQqydZLJ)](https://codecov.io/gh/hub4j/github-api)
77

88

9-
See https://github-api.kohsuke.org/ for more details
9+
See https://hub4j.github.io/github-api/ for more details

0 commit comments

Comments
 (0)