Skip to content

feat(rest): Add support for storing GraphQL/REST Connector's response as a document #2411

feat(rest): Add support for storing GraphQL/REST Connector's response as a document

feat(rest): Add support for storing GraphQL/REST Connector's response as a document #2411

name: Pull Request Milestone Validation
on:
pull_request:
branches:
- main
types:
- labeled
- unlabeled
- opened
- reopened
- synchronize
- edited
- milestoned
- demilestoned
env:
LABELS: ${{ join( github.event.pull_request.labels.*.name, ' ' ) }}
jobs:
check-milestone:
name: PR has a Milestone or the [no milestone] label
runs-on: ubuntu-latest
steps:
- if: github.event.pull_request.milestone == null && contains( env.LABELS, 'no milestone' ) == false
run: exit 1