Skip to content

DM-42107: new cRIOcpp API #38

DM-42107: new cRIOcpp API

DM-42107: new cRIOcpp API #38

Workflow file for this run

name: ChangelogUpdated
on:
pull_request:
types: [assigned, opened, synchronize, reopened, labeled, unlabeled]
branches:
- develop
jobs:
build:
name: Check Actions
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Changelog check
uses: Zomzog/[email protected]
with:
fileName: doc/version-history.rst
checkNotification: Simple
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}