ballerina-platform / ballerina-library

The Ballerina Library
https://ballerina.io/learn/api-docs/ballerina/
Apache License 2.0
137 stars 58 forks source link

Enable Project Creation and Deletion in Tests for GitHub Connector #6917

Open AzeemMuzammil opened 1 month ago

AzeemMuzammil commented 1 month ago

Description

Context

The GitHub Connector's Daily Build tests recently encountered failures due to exceeding the GitHub API rate limit for project creation and deletion using a specific test user account. To stabilize our testing process and prevent pipeline disruptions, we temporarily disabled these operations.

Objective

This issue is intended to track the steps required to re-enable project creation and deletion in the Daily Build tests for the GitHub Connector. We aim to either manage the rate limits more effectively or switch to a different testing strategy that accommodates these limits.