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

fix(actions): skip validation check for ignored paths (#119) (CP: 1.0) #120

Merged
merged 1 commit into from
Jun 18, 2023

Conversation

mcollovati
Copy link
Owner

If a PR contains only changes to files ignored by the validation workflow, the build and test job is not executed and its status is pending, preventing the PR to being merged.

This change introduces an additional workflow that marks as good PR that contains changes to ignored files.

See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks\#handling-skipped-but-required-checks for more information.

If a PR contains only changes to files ignored by the validation
workflow, the build and test job is not executed and its status is
pending, preventing the PR to being merged.

This change introduces an additional workflow that marks as good PR that
contains changes to ignored files.

See https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/managing-protected-branches/troubleshooting-required-status-checks\#handling-skipped-but-required-checks
for more information.
@mcollovati mcollovati requested review from Dudeplayz and removed request for Dudeplayz June 18, 2023 10:06
@mcollovati mcollovati enabled auto-merge (squash) June 18, 2023 10:07
@github-actions
Copy link

Format Checker Report

All files are correctly formatted

@github-actions
Copy link

Test Results

41 tests  ±0   41 ✔️ ±0   3m 21s ⏱️ -20s
10 suites ±0     0 💤 ±0 
10 files   ±0     0 ±0 

Results for commit 9e8b690. ± Comparison against base commit 3fff321.

@mcollovati mcollovati merged commit f7fc4e5 into 1.0 Jun 18, 2023
5 checks passed
@mcollovati mcollovati deleted the cherry/cherrypick-119-to-1.0 branch June 18, 2023 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants