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

tracks: add "no important files changed" workflow #322

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

ErikSchierboom
Copy link
Member

This workflow will check if the PR makes any changes to files that would result in the tests being re-run for the affected exercise(s).
When that is the case, this workflow will suggest that the maintainer consider adding the "[no important files changed]" magic marker to the merge commit.

@ErikSchierboom ErikSchierboom requested a review from a team as a code owner January 25, 2024 13:49
Add a GitHub Actions workflow that runs when a new PR is opened (that targets the `main` branch).
The workflow checks if the PR changes any files that would result in the tests being re-run (for those changed exercises).
If this is the case, the workflow will add a comment to make the maintainer aware of this.
The comment will also suggest the maintainer add the "[no important files changed]" magic marker to the merge commit when the changed files won't influence the test results.
@ErikSchierboom ErikSchierboom force-pushed the add-no-important-files-changed-workflow branch from 71fba64 to 39e536d Compare January 25, 2024 13:52
@ErikSchierboom ErikSchierboom merged commit 42a0965 into main Jan 25, 2024
1 check passed
@ErikSchierboom ErikSchierboom deleted the add-no-important-files-changed-workflow branch January 25, 2024 13:53
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

Successfully merging this pull request may close these issues.

1 participant