
No matter which branch I am on or what the status of the latest CI job, I always see failure icon which opens a menu where the failure is from a job that is from 3 months ago.
This has been an issue since we had the CI and I had the plugin. The result is the same no matter the plugin has a personal token or not.
That mark is taken from the main brain鈥檚 Commits view: /user/repo/commits
How does it look there? The first icon found in the list is shown next to the title.
This icon used to depend on the current branch but recently we just made it stick to the default one.
That mark is taken from the main brain鈥檚 Commits view: /user/repo/commits
How does it look there? The first icon found in the list is shown next to the title.
Well in my case it's a repo of an Organization so I assume the path should be /organization-name/repo-name/commits? The icon is still the same.
This icon used to depend on the current branch but recently we just made it stick to the default one.
馃憤
The icon is still the same.
Do you mean it鈥檚 red on that page?
The icon is still the same.
Do you mean it鈥檚 red on that page?
Yes, it's the red 'x' icon.
Then the repo is failing and the icon we show is correct.
GitHub has been showing each branch鈥檚 status icon for a few months now, so our icon just uses the default branch. If that鈥檚 failing, the repo is failing.
Then the repo is failing and the icon we show is correct.
GitHub has been showing each branch鈥檚 status icon for a few months now, so our icon just uses the default branch. If that鈥檚 failing, the repo is failing.
Do you mean that the icon will turn green after a couple of months? A failure from 3 months ago shouldn't mean that the repo is failing the tests.
I also think the current behavior is somewhat unintuitive. Take this repo as an example: https://github.com/samuelmeuli/font-picker. I removed CI one year ago but because the last check was a failure, this is still displayed on the repo page. IMO the check status of the most recent commit should be used and earlier ones should be ignored.
I removed CI one year ago
That's a separate issue and a valid one. Fixed in #2990
Awesome, thanks @fregante! :)
Still stuck on a failure that's from 3 months ago... I did a reinstall but it didn't help, also cleared the caches through the extension settings on Firefox. I also re-ran the CI on the failed branch and succeeded, but still displaying the old failure. Is there another way to reset everything?