-
Notifications
You must be signed in to change notification settings - Fork 130
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
bug(owlbot): owlbot:run
label does not trigger owlbot; owlbot:run
label is not removed
#5295
Comments
Facing the same issue for Spanner PR - googleapis/java-spanner#2927 |
Same for google-cloud-ruby as well. Example PR: googleapis/google-cloud-ruby#24939 |
From the logs, I am seeing a lot of
|
Perhaps we're running into octokit/core.js#511 (comment). It is a delete request, but this code hasn't been touched or Edit: the node version was updated in #5293 3 days, roughly around when this started happening |
After migrating traffic back to the previous owlbot revision, it can remove the label and proceed again. Looking into options for fixing this. |
Fixes #5295 deps: update `@octokit/endpoint` to v7 build: test owl-bot against node 18 ci: use `no-experimental-fetch` for nock/node18 compatibility
In googleapis/python-ndb#949 and googleapis/python-datastore#525, I've added the
owlbot:run
label but it is not triggering owlbot to run.It also appears to be stuck in other repositories. The first 19 pages of the results show PRs which still have the
owlbot:run
label which were opened in the last 24 hours.https://github.com/search?q=org%3Agoogleapis+is%3Apr+is%3Aunmerged++is%3Aopen+label%3A%22owlbot%3Arun%22&type=pullrequests&s=created&o=desc&p=19
The text was updated successfully, but these errors were encountered: