Skip to content

Files

Latest commit

343bb43 · Jan 15, 2025

History

History
Cannot retrieve ahead/behind information for this branch.

Folders and files

NameName
Last commit message
Last commit date
Nov 6, 2024
Nov 21, 2024
Jun 14, 2024
Nov 13, 2024
Jan 15, 2025
Jan 15, 2025
Nov 1, 2024
Jun 22, 2024
Oct 12, 2023
Jun 18, 2024
Apr 19, 2024

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