This repository was archived by the owner on Apr 20, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
src/main/java/com/spotify/github/v3 Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 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 >
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>
Original file line number Diff line number Diff 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 ,
Original file line number Diff line number Diff line change 2424public enum CheckRunStatus {
2525 queued ,
2626 in_progress ,
27- completed
27+ completed ,
28+ pending
2829}
You can’t perform that action at this time.
0 commit comments