Skip to content

feat(nutrisight): add a demo that can be run as-it #115

feat(nutrisight): add a demo that can be run as-it

feat(nutrisight): add a demo that can be run as-it #115

on:
push:
branches:
- develop
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "merge conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000