events to subscribe for enterprise runners #1801
-
this is what I currently have in my scaler.yaml
what do I replace with pull-request event because at enterprise level there is no event type pull-request |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 3 replies
-
we have deprecated all webhook events other than |
Beta Was this translation helpful? Give feedback.
-
I'm getting I'm using v.22.0 |
Beta Was this translation helpful? Give feedback.
-
I have changed my yaml file to
I'm still getting unknown field "workflowJob" |
Beta Was this translation helpful? Give feedback.
-
Apparently, I found the bug https://github.com/actions-runner-controller/actions-runner-controller/blob/v0.22.0/charts/actions-runner-controller/crds/actions.summerwind.dev_horizontalrunnerautoscalers.yaml#L165 there no workflow job GitHub event In v0.22.0 version please update crd code |
Beta Was this translation helpful? Give feedback.
we have deprecated all webhook events other than
workflowJob
, support for the other events will be removed in future versions of ARC as the Workflow Job event is the only event type you need, it was purpose built for runner scaling solutions like ARC. You need to migrate your webhooks and HRAs to theWorkflow Job
event.