Skip to content

Enrich ShiftRegister with SyncReadMem-based implementation. #1300

Enrich ShiftRegister with SyncReadMem-based implementation.

Enrich ShiftRegister with SyncReadMem-based implementation. #1300

Workflow file for this run

name: Require Release Notes Label
on:
pull_request:
branches:
- main
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check Labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:v1.4.25
with:
one_of: Feature,Performance,API Modification,Deprecation,Backend Code Generation,Bugfix,Documentation,Dependency Update,Internal,No Release Notes
repo_token: ${{ secrets.GITHUB_TOKEN }}