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

Add GH Action to requrie tests in Pull Requests #1848

Merged
merged 2 commits into from May 3, 2023

Conversation

maks-rafalko
Copy link
Member

Previously, we had a GitHub App - Tests Checker - https://github.com/infection/tests-checker to automatically request changes in opened PR if source code is changed without changing/adding tests.

However, GitHub App requires deploying application to 3rd-party server, which means more maintenance and work from my side.

I've rewrote this app as a GitHub action - https://github.com/infection/tests-checker-action - and will deprecate GitHub App.

So basically nothing new here, same functionality but with Action instead of App.

I will open a test PR after merging to check if it works and if we have enough permissions from github toketn

@maks-rafalko maks-rafalko merged commit a64fdb9 into master May 3, 2023
40 checks passed
@maks-rafalko maks-rafalko deleted the feature/tests-checker-action branch May 3, 2023 09:12
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.

None yet

1 participant