Skip to content

Github action that validates gitflow in pull request

Notifications You must be signed in to change notification settings

sebastianreh/pull-request-gitflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pull Request Gitflow validator action

This action validates the target and source branch to follow gitflow workflow

Gitflow workflow

Example usage

on:
  pull_request:
    types: [opened, synchronize, reopened]
name: Continous Integration
jobs:
  gitflow:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Gitflow validation
        uses: sebastianreh/pull-request-gitflow@master

About

Github action that validates gitflow in pull request

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%