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

Remove CodeQL schedule #213

Merged
merged 1 commit into from
Jan 19, 2024

Remove CodeQL schedule

7249c1d
Select commit
Loading
Failed to load commit list.
Merged

Remove CodeQL schedule #213

Remove CodeQL schedule
7249c1d
Select commit
Loading
Failed to load commit list.
Mergeable / Mergeable failed Jan 19, 2024 in 35s

1/3 Fail(s): DESCRIPTION

Status: FAIL

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

Details

✔️ Validator: TITLE

  • ✔️ title must exclude '^([wip]|wip:)'
    Input : Remove CodeQL schedule
    Settings : {"must_exclude":{"regex":"^(\\[wip\\]|wip:)","message":"WIP tag in PR title"}}

✔️ Validator: LABEL

  • ✔️ label must exclude 'wip'
    Input :
    Settings : {"must_exclude":{"regex":"wip","message":"WIP label on PR"}}

❌ Validator: DESCRIPTION

  • ✔️ The description is not empty
    Input : | Q | A
    | --------------- | ---
    | Bug fix? | no/yes
    | New feature? | no/yes
    | API breaks? | no/yes
    | Deprecations? | no/yes
    | Related tickets | fixes #X, partially #Y, mentioned in #Z
    | License | Apache 2.0

What's in this PR?

Why?

Additional context

Checklist

  • Code meets the Developer Guide
  • User guide and development docs updated (if needed)
  • Related Helm chart(s) updated (if needed)

To Do

  • If the PR is not complete but you want to discuss the approach, list what remains to be done here

     Settings : ```{"no_empty":{"enabled":true,"message":"Description matter and should not be empty. Provide detail with **what** was changed, **why** it was changed, and **how** it was changed."}}```
    
  • (Remaining tasks in the description. AND Please fill out the PR template.)
    Input : | Q | A
    | --------------- | ---
    | Bug fix? | no/yes
    | New feature? | no/yes
    | API breaks? | no/yes
    | Deprecations? | no/yes
    | Related tickets | fixes #X, partially #Y, mentioned in #Z
    | License | Apache 2.0

What's in this PR?

Why?

Additional context

Checklist

  • Code meets the Developer Guide
  • User guide and development docs updated (if needed)
  • Related Helm chart(s) updated (if needed)

To Do

  • If the PR is not complete but you want to discuss the approach, list what remains to be done here

     Settings : ```{"and":[{"must_exclude":{"regex":"\\[ \\]","message":"Remaining tasks in the description."}},{"must_exclude":{"regex":"no\\|yes|fixes #X, partially #Y, mentioned in #Z","message":"Please fill out the PR template."}}]}```