Skip to content

GODRIVER-3898 Move the FindAndModify logic into the "mongo" package. #2072

GODRIVER-3898 Move the FindAndModify logic into the "mongo" package.

GODRIVER-3898 Move the FindAndModify logic into the "mongo" package. #2072

Workflow file for this run

name: Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
permissions:
pull-requests: read
jobs:
check_labels:
name: Check labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker@sha256:65e57fd98ba3ab6ca4fcbc5a0aef288dd984ee4ab988f124d83424d19b55b801
with:
one_of: bug,feature,enhancement,documentation,dependencies,ignore-for-release,ci/cd
repo_token: ${{ secrets.GITHUB_TOKEN }}