This repository defines reusable workflows for use within Globus.
Check if a PR has changelog fragments in changelog.d/, identified as new
files with a desired suffix (.md).
Usage example:
name: Validate main PR
on:
pull_request:
branches:
- main
jobs:
check_changelog:
uses: globus/workflows/.github/workflows/pr_has_changelog.yaml@v1