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

linter tool jobs get added to random workflows #97

Closed
moodysalem opened this issue Oct 20, 2020 · 2 comments
Closed

linter tool jobs get added to random workflows #97

moodysalem opened this issue Oct 20, 2020 · 2 comments
Labels

Comments

@moodysalem
Copy link

Why do they get added to random workflows instead of the workflow they are in?

It's super weird

e.g.
https://github.com/Uniswap/uniswap-lib/actions/runs/315950774

This action does static analysis, but randomly contains a prettier job

@ocean90
Copy link
Member

ocean90 commented Oct 20, 2020

Hi there, this is an issue with how the GitHub checks API works. Checks are attached to commit SHAs and the annotations are added to latest workflow run for the commit being tested.

Related report: https://github.community/t/github-actions-status-checks-created-on-incorrect-check-suite-id/16685

@github-actions
Copy link
Contributor

A stale label has been added to this issue because it has been open 15 days with no activity. To keep this issue open, add a comment within 5 days.

@github-actions github-actions bot added the stale label May 27, 2021
@github-actions github-actions bot closed this as completed Jun 1, 2021
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jun 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants