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 Flatpak-CI check for all PRs #24920

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Add Flatpak-CI check for all PRs

7c2597a
Select commit
Failed to load commit list.
Open

Add Flatpak-CI check for all PRs #24920

Add Flatpak-CI check for all PRs
7c2597a
Select commit
Failed to load commit list.
Mergeable / Mergeable failed Apr 7, 2024 in 1s

2/4 Fail(s): MILESTONE, LABEL

Status: FAIL

    Here are some stats of the run:
    4 validations were ran.
    2 PASSED
    2 FAILED

Details

❌ Validator: MILESTONE

  • The milestone can't be empty
    Input :
    Settings : {"no_empty":{"enabled":true}}
  • ✔️ milestone must exclude 'Abandoned'
    Input :
    Settings : {"must_exclude":{"regex":"Abandoned"}}

❌ Validator: LABEL

  • At least version label must be set
    Input :
    Settings : {"must_include":{"regex":"^v|Infrastructure","message":"At least version label must be set"}}
  • ✔️ label must exclude '^(Don't merge|On hold|No Jenkins|RFC|WIP)$'
    Input :
    Settings : {"must_exclude":{"regex":"^(Don't merge|On hold|No Jenkins|RFC|WIP)$"}}

✔️ Validator: TITLE

  • ✔️ title must exclude '[(RFC|WIP)]'
    Input : Add Flatpak-CI check for all PRs
    Settings : {"must_exclude":{"regex":"\\[(RFC|WIP)\\]"}}

✔️ Validator: DEPENDENT

  • ✔️ All the Dependents files are present!
    Input : .github/workflows/flathub-pr-check.yml
    Settings : {"do":"dependent","changed":{"file":"version.txt","required":["tools/Linux/kodi.metainfo.xml.in"]}}