hwinther / test

test repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

github actions test repository

This repository demonstrates a github flow with 3 environments; dev, test and prod. GitHub flow

Several QOL workflows are in place to enforce set rules and assist the developers:

  • Add labels based on which part of the system has been changed
  • Automatically mark PR and issues stale after a set amount of time to avoid long lived/broken PR's
  • Label pushes in test (increments version)
  • Create release draft in main
  • Enable auto merge automatically in PR's to expedite merges
  • Promote changes between dev/test/main via automatically created PR
  • Reset head between dev/test/main after PR has been merged
  • Automatically set PR creator as PR author
  • Automatically create PR when a feature branch has changes pushed to it

Setup

git config --local include.path ../.gitconfig

About

test repo


Languages

Language:C# 48.2%Language:TypeScript 42.9%Language:Shell 2.8%Language:JavaScript 2.3%Language:Dockerfile 1.8%Language:CSS 1.4%Language:Makefile 0.6%