Skip to content

_scripts_workflows_README

devlinjunker edited this page Dec 14, 2020 · 2 revisions

Github Workflow Scripts

These scripts are run as a part of Github Workflows, these are custom scripts that are meant to do specific tasks during each action.

Verify Merge

  • Prevents Branches with poc prefix from merging
  • Prevents Branches where last commit starts with wip from merging

Branch Match

  • Ensures that a $BRANCH parameters matches the $REGEXP parameter

Collect Wiki

  • Find all README files except README.md and copy contents to Wiki .README section
Clone this wiki locally