Skip to content

fumieval/tocenbough

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

tocenbough: prevent accumulating too many unreleased changes

tocenbough counts the number of merge commits since the latest release. Whenever the number of merge commits exceeds the specified threshold, this action fails.

name: tocenbough
on:
  pull_request:
    types: [opened, reopened, labeled, unlabeled, synchronize]
jobs:
  cd:
    runs-on: ubuntu-latest
    steps:
      - uses: fumieval/tocenbough@v0
        with:
          token: ${{ secrets.GITHUB_TOKEN }}
          threshold: 10

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published