How can i reduce github API calls in the enterprise environment

How can i reduce github API calls in the enterprise environment

Hello @akilasukumar and welcome to this community :wave: .
I don’t think you can.
Were you talking about the webhooks and GitHub check API?

Switching to github app api will increase the limits jenkins can use. Using webhooks can prevent the need for polling and using up api request limits

See GitHub App authentication support released for more details