Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: try to run the check suite on upstream sync #199

Merged
merged 1 commit into from
Apr 2, 2024

Conversation

Mossman1215
Copy link
Contributor

this check suite should run when the geonetci bot syncs from quay.io for mutable tags

checks Work with check runs and check suites. For example, checks: write permits an action to create a check run. For more information, see "Permissions required for GitHub Apps."

@Mossman1215 Mossman1215 requested a review from ardrigh April 2, 2024 20:13
@Mossman1215 Mossman1215 force-pushed the automated-checks-enable branch from e562647 to 4a6e6b3 Compare April 2, 2024 20:14
this check suite should run when the geonetci bot syncs from quay.io for mutable tags

checks	Work with check runs and check suites. For example, checks: write permits an action to create a check run. For more information, see "Permissions required for GitHub Apps."
@ardrigh ardrigh force-pushed the automated-checks-enable branch from 4a6e6b3 to fe1d34d Compare April 2, 2024 21:47
@ardrigh
Copy link
Contributor

ardrigh commented Apr 2, 2024

Creates a new check run for a specific commit in a repository.

To create a check run, you must use a GitHub App. OAuth apps and authenticated users are not able to create a check suite.

In a check suite, GitHub limits the number of check runs with the same name to 1000. Once these check runs exceed 1000, GitHub will start to automatically delete older check runs.

Note: The Checks API only looks for pushes in the repository where the check suite or check run were created. Pushes to a branch in a forked repository are not detected and return an empty pull_requests array.

@ardrigh ardrigh merged commit b504002 into main Apr 2, 2024
23 checks passed
@ardrigh ardrigh deleted the automated-checks-enable branch April 2, 2024 21:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants