Giter Site home page Giter Site logo

commisery-action's Introduction

⚠️⚠️⚠️ THIS ACTIONS HAS BEEN DEPRECATED IN FAVOR OF OUR OFFICIAL COMMISERY ACTION ⚠️⚠️⚠️

There will be NO maintenance support of this version and the action has been DELISTED from the GitHub Marketplace

Check your commits against Conventional Commits using Commisery

Using this GitHub action, scan all commits in your Pull Request against the Conventional Commits standard using Commisery

Prerequisites

  • Commisery requires at least Python>3.8
  • pip needs to be installed for this Python version

Usage

The workflow, usually declared in .github/workflows/build.yml, looks like:

    name: Commisery
    on: 
      pull_request:
        types: [edited, opened, synchronize, reopened]

    jobs:
      commit-message:
        name: Conventional Commit Message Checker (Commisery)
        runs-on: ubuntu-latest
        steps:       
        - name: Check-out the repo under $GITHUB_WORKSPACE
          uses: actions/checkout@v3

        - name: Setup Python 3.8
          uses: actions/setup-python@v3
          with:
            python-version: 3.8

        - name: Run Commisery
          uses: KevinDeJong-TomTom/commisery-action@master
          with:
            token: ${{ secrets.GITHUB_TOKEN }}
            pull_request: ${{ github.event.number }}

Inputs

Example of Conventional Commit check results

example

commisery-action's People

Contributors

kevindejong-tomtom avatar dependabot[bot] avatar kevin-de-jong avatar

Stargazers

Arkadiusz Skalski avatar  avatar Aminur Rahman avatar Harald Hoyer avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.