Skip to content

Make main the default branch #134

Make main the default branch

Make main the default branch #134

Workflow file for this run

on: pull_request
name: Changelog Reminder
jobs:
remind:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- uses: peterjgrainger/[email protected]
with:
changelog_regex: 'CHANGELOG.md'
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}