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

Pull request indefinitely pending issue #67

Open
amin-nejad opened this issue Nov 26, 2020 · 2 comments
Open

Pull request indefinitely pending issue #67

amin-nejad opened this issue Nov 26, 2020 · 2 comments

Comments

@amin-nejad
Copy link

I have an action (triggered on all pushes) which runs a particular coverage tool and generates a badge which I have included in my README. I use this action after the coverage tool to commit the new badge (with the new percentage). I also have a number of other actions that are also triggered on pushes.

What's great is that github seems to be intelligent enough that pushing the new badge does not trigger these actions a second time. However, when I push to a branch that has a pull request already open, this new push of the badge is taken as the latest commit and results in multiple pending checks instead being shown indefinitely on the pull request instead of using the checks from the original commit. This basically means having to close and reopen the pull request. And generally being unable to push to branches with open PRs.

My question is whether there is any way of getting around this? It doesn't seem like other people have experienced the same problem. Thanks!

Screenshot from 2020-11-26 12-32-42
Screenshot from 2020-11-26 12-33-02

@adrienthiery
Copy link

Same issue here, can't figure out how to make it work.
I tried to add skip-checks: true (see here) to the commit I'm creating on the branch, to no avail

@wighawag
Copy link

Same issue using a different action: mikeal/publish-to-github-action#11

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

3 participants