Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fumieval/tocenbough


https://github.com/fumieval/tocenbough

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

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
```