Skip to content

SKAIBlue/DronePluginRegex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drone Plugin Regex

This is plugin for drone CI/CD

Tests that the commit message matches the given Regex

Usage

kind: pipeline
type: docker
name: create-mr-for-feature

steps:
  - name: Check Commit Message
    image: jwmtp2/drone-plugin-regex
    settings:
      regex: "feat:.*"

  - name: You want to do if matches the given regex
    image: some/plugin
    ...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published