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

Stale action showing up several times in "checks" #13

Closed
ryanwilsonperkin opened this issue Aug 27, 2019 · 8 comments
Closed

Stale action showing up several times in "checks" #13

ryanwilsonperkin opened this issue Aug 27, 2019 · 8 comments

Comments

@ryanwilsonperkin
Copy link
Contributor

Hi, we've just started using this action on one of our repos and I noticed that it's reporting a "check" against our commits for everything that's in an open PR. This is resulting in some PR commits as having many such "checks" against them, is there a way to avoid this?

Here's a recent example of a PR that was open over night having ~18 "checks" against it for the stale action workflow:

image

I'm concerned that this will drown out the otherwise useful checks that we're using for CI reporting on our PRs.

@damccorm
Copy link
Contributor

I don't think there's a way to avoid this right now, we're working on addressing this behavior though - its being tracked in actions/toolkit#86

@gimenete
Copy link
Contributor

We have shipped a fix for this. Here's a blog post with more information https://github.blog/changelog/2019-09-24-ui-changes-in-github-actions-checks/

@ajcann
Copy link

ajcann commented Dec 4, 2019

@gimenete Still seeing this currently in our PRs under the scenario -

on:
  pull_request:
    types: [labeled, unlabeled, opened, edited, reopened, synchronize]

Screen Shot 2019-12-03 at 6 41 10 PM

@ryanwilsonperkin
Copy link
Contributor Author

@ajcann you may want to open a new issue linking this one and tagging their support team, I don't work at GitHub 🙂

@ajcann
Copy link

ajcann commented Dec 4, 2019

@ajcann you may want to open a new issue linking this one and tagging their support team, I don't work at GitHub 🙂

Whoops wrong @ thanks :)

@gimenete
Copy link
Contributor

gimenete commented Dec 5, 2019

@ajcann can you link me to a PR where that happens? Thanks!

@ajcann
Copy link

ajcann commented Dec 5, 2019

@gimenete Sure thing - I created a public example repo and PR here: https://github.com/ajcann/multiple-checks-issue/pull/2

@gimenete
Copy link
Contributor

@ajcann sorry for the super late response. But this should be fixed now!

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

No branches or pull requests

4 participants