exercism / nim

Exercism exercises in Nim.
https://exercism.org/tracks/nim
MIT License
56 stars 25 forks source link

.github: add "no important files changed" workflow #556

Closed exercism-bot closed 8 months ago

exercism-bot commented 8 months ago

Add a GitHub Actions workflow that runs when a new PR is opened that targets the main branch.

The workflow checks whether the PR changes any files that would result in the tests being re-run (for those changed exercises). If the PR does so, the workflow adds a comment to make the maintainer(s) aware of this.

The comment will also suggest that a maintainer add

[no important files changed]

to the merged commit message when the changed files won't influence the test results. That prevents Exercism from needlessly retesting a large number of user solutions.


ℹ More info: https://github.com/exercism/org-wide-files/commit/42a096591ac4a748b6c4daf402d46c7eed640a1a 👁 Tracking issue: https://github.com/exercism/org-wide-files/issues/323