Skip to content

DM-46165: adding optical configuration to TunableLaser XML #581

DM-46165: adding optical configuration to TunableLaser XML

DM-46165: adding optical configuration to TunableLaser XML #581

Workflow file for this run

name: ChangelogUpdated
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- develop
jobs:
build:
name: Check for new news fragments
runs-on: ubuntu-latest
if: ${{ !startsWith(github.head_ref, 'dependabot/') }}
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up python
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: Install towncrier
run: |
$CONDA/bin/conda install -c conda-forge towncrier=23 -y
- name: Run towncrier check command
run: |
$CONDA/bin/towncrier check --compare-with origin/develop