Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 5486c1b

Browse files
authored
Merge branch 'master' into feature/spring-boot-autoconfig
2 parents d7a4c5f + 164b0ef commit 5486c1b

4 files changed

Lines changed: 8 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# WE ARE NO LONGER ACCEPTING CHANGES TO THIS REPOSITORY AND WILL BE DISCONTINUING SUPPORT FOR THIS PROJECT END OF JAN 2026
2+
Please see alternatives such as a https://github.com/hub4j/github-api
3+
14
![release pipeline](https://github.com/spotify/github-java-client/actions/workflows/release.yml/badge.svg)
25
[![codecov](https://codecov.io/gh/spotify/github-java-client/branch/master/graph/badge.svg?token=ADHNCIESSL)](https://codecov.io/gh/spotify/github-java-client)[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
36
![lifecycle: beta](https://img.shields.io/badge/lifecycle-beta-509bf5.svg)

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<name>github-java-client</name>
55
<artifactId>github-client</artifactId>
6-
<version>0.5.6-SNAPSHOT</version>
6+
<version>0.5.9-SNAPSHOT</version>
77

88
<parent>
99
<groupId>com.spotify</groupId>
@@ -67,7 +67,7 @@
6767
<properties>
6868
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6969
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
70-
<project.build.outputTimestamp>1765470064</project.build.outputTimestamp>
70+
<project.build.outputTimestamp>1772201868</project.build.outputTimestamp>
7171
<spotbugs.excludeFilterFile>spotbugsexclude.xml</spotbugs.excludeFilterFile>
7272
<checkstyle.violationSeverity>error</checkstyle.violationSeverity>
7373
<checkstyle.config.location>checkstyle.xml</checkstyle.config.location>

src/main/java/com/spotify/github/v3/activity/events/EventType.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ public enum EventType {
7373
REPOSITORY_DISPATCH,
7474
REPOSITORY,
7575
REPOSITORY_IMPORT,
76+
REPOSITORY_RULESET,
7677
REPOSITORY_VULNERABILITY_ALERT,
7778
SCHEDULE,
7879
SECURITY_ADVISORY,

src/main/java/com/spotify/github/v3/checks/CheckRunStatus.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,6 @@
2424
public enum CheckRunStatus {
2525
queued,
2626
in_progress,
27-
completed
27+
completed,
28+
pending
2829
}

0 commit comments

Comments
 (0)