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

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

Merged
merged 1 commit into from
Jan 25, 2024

Conversation

exercism-bot
Copy link
Contributor

@exercism-bot exercism-bot commented Jan 25, 2024

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: exercism/org-wide-files@42a0965
👁 Tracking issue: exercism/org-wide-files#323

@ee7 ee7 changed the title 🤖 Sync org-wide files to upstream repo .github: add "no important files changed" workflow Jan 25, 2024
@ee7 ee7 merged commit 5dda99d into exercism:main Jan 25, 2024
12 checks passed
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.

2 participants