Skip to content

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

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 #148

Workflow file for this run

name: Milestone -- Add latest if missing on merge
on:
pull_request_target:
types:
- closed
branches:
- 'main'
jobs:
milestone_pr:
name: attach missing milestone to PR
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- uses: scientific-python/attach-next-milestone-action@a4889cfde7d2578c1bc7400480d93910d2dd34f6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}