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

Retrigger workflows on application of automatic fixes #256

Open
yndajas opened this issue Oct 11, 2023 · 1 comment
Open

Retrigger workflows on application of automatic fixes #256

yndajas opened this issue Oct 11, 2023 · 1 comment
Labels
bug Something isn't working github_actions Pull requests that update Github_actions code tooling

Comments

@yndajas
Copy link
Member

yndajas commented Oct 11, 2023

We use an action to automatically fix linting issues. However, in #243 I noticed that some checks (including the lint and fix check) weren't reporting their status. It seems that this action doesn't trigger the workflow to rerun. The check doesn't report as a failure (presumably because the last commit hasn't failed), but it doesn't report a pass either (presumably because it hasn't rerun the check on the last commit). I'm not sure how this hasn't cropped up as an issue before, but it might be worth an investigation: if it's reproducible, it might be worth looking into the suggested fix for organisations (a bot account with a personal access token - see link above) to clean up the lint and fix workflow

@yndajas yndajas added bug Something isn't working tooling github_actions Pull requests that update Github_actions code labels Oct 11, 2023
@yndajas
Copy link
Member Author

yndajas commented Oct 17, 2023

The personal access token solution may now be possible: https://dxw.slack.com/archives/CD8TQ9NP9/p1697539240301539

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working github_actions Pull requests that update Github_actions code tooling
Projects
None yet
Development

No branches or pull requests

1 participant