Skip to content

INFO message when removing duplicate products should give the correct number of products based on filters #982

INFO message when removing duplicate products should give the correct number of products based on filters

INFO message when removing duplicate products should give the correct number of products based on filters #982

Workflow file for this run

name: Changelog check
on:
pull_request:
types: [labeled, unlabeled, opened, synchronize, reopened]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
changelog:
name: Check changelog entry
runs-on: ubuntu-latest
steps:
- name: Check change log entry
uses: scientific-python/action-check-changelogfile@064f2005176e1622e7c2bd9776140406609097d1
env:
CHANGELOG_FILENAME: CHANGES.rst
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CHECK_MILESTONE: false