Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

CSHARP-5717: Typed builders for vector indexes #563

CSHARP-5717: Typed builders for vector indexes

CSHARP-5717: Typed builders for vector indexes #563

Workflow file for this run

name: Pull Request validation
on:
pull_request:
types:
- opened
- reopened
- edited
- labeled
- unlabeled
- synchronize
jobs:
pull-request-validation:
name: Pull Request validation.
runs-on: ubuntu-latest
steps:
- name: Pull Request should have a label assigned.
if: ${{ always() && github.event.pull_request.labels[0] == null }}
run: |
exit 1
- name: Title should start with a Jira ticket.
if: ${{ always() && !(startsWith(github.event.pull_request.title, 'CSHARP-')) }}
run: |
exit 1
- name: Title should not end with period or ellipses.
if: ${{ always() && (endsWith(github.event.pull_request.title, '.') || endsWith(github.event.pull_request.title, '…')) }}
run: |
exit 1
Morty Proxy This is a proxified and sanitized view of the page, visit original site.