GitHub App - PR Status Update - Validation Failed (422) #1779
Labels
priority-2-high
Bugs impacting wide number of users or very important features
type:bug
Bug fix of existing functionality
This is a:
I'm using:
Please describe the issue:
There is a branch on a repository with the name
refactor/renovate, and that branch has been opened as a Pull Request against themasterbranch. The branch contains a modification to the repository'srenovate.jsonfile.In our Renovate App logs (for an on-premise Renovate) we are seeing the following:
INFO: Setting PR validation status (repository=org/repo) "status": "success", "description": "Renovate config is valid" DEBUG: GET repos/org/repo/git/refs/heads/refactor/renovate [retries=5] (repository=org/repo) DEBUG: POST repos/org/repo/statuses/a434add208049301ef8334cb1299036deadb3016 [retries=5] (repository=org/repo) WARN: Error checking PR (repository=org/repo)Contained in the error object is the following:
On the following line I was able to see the following property values:
It looks like Renovate has been trying to set the status on every run, and it has exceeded the 1000 status updates that are allowed. (This is a rather old pull request, and our Renovate runs every 10 minutes)
The text was updated successfully, but these errors were encountered: