Skip to content

wsantosve/pull-request-gitflow

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 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: wsantos-conekta/pull-request-gitflow@master

About

Github action that validates gitflow in pull request

Resources

Stars

Watchers

Forks

Packages

No packages published