We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6353a68 commit 83c202aCopy full SHA for 83c202a
src/main/java/com/spotify/github/v3/actions/workflowjobs/WorkflowJobResponse.java
@@ -143,9 +143,9 @@ public interface WorkflowJobResponse {
143
144
/**
145
* The ID of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)
146
- * (Required)
147
*/
148
- int runnerGroupId();
+ @Nullable
+ Integer runnerGroupId();
149
150
151
* The name of the runner group to which this job has been assigned. (If a runner hasn't yet been assigned, this will be null.)
0 commit comments