We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We're currently using workflow jobs:
@asottile-sentry mentions that it is possible to use workflow runs for this app. This was not originally available when the prototype was written.
This could potentially save these extra two calls: https://github.com/getsentry/github-actions-app/blob/09c1a16e717ad750dc3b249ebb214356492c949b/src/github_sdk.py#L43-L44
That could potentially save more than 70% of the execution time:
The text was updated successfully, but these errors were encountered:
This may be necessary to avoid having to change permissions for external orgs.
Sorry, something went wrong.
No branches or pull requests
We're currently using workflow jobs:
@asottile-sentry mentions that it is possible to use workflow runs for this app. This was not originally available when the prototype was written.
This could potentially save these extra two calls:
https://github.com/getsentry/github-actions-app/blob/09c1a16e717ad750dc3b249ebb214356492c949b/src/github_sdk.py#L43-L44
That could potentially save more than 70% of the execution time:
The text was updated successfully, but these errors were encountered: