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

🚚 Prevent the endless update train when fix script reports errors #5302

Merged
merged 6 commits into from
Mar 24, 2024

Conversation

rix0rrr
Copy link
Collaborator

@rix0rrr rix0rrr commented Mar 24, 2024

The problem was that the script would write to a .txt file, which would subsequently get committed and trigger another update which would post again, etc.

Fixed by writing to .md.tmp files, and gitignoring .tmp files. While we're at it, make the comment a bit nicer to read as well by outputting MarkDown instead of plain text.

@rix0rrr rix0rrr merged commit fa42e88 into main Mar 24, 2024
9 of 10 checks passed
@rix0rrr rix0rrr deleted the script-updates branch March 24, 2024 10:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant