Skip to content

Reusable github workflows

Notifications You must be signed in to change notification settings

globus/workflows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Reusable Workflows

This repository defines reusable workflows for use within Globus.

Workflows

pr_has_changelog

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/[email protected]