Skip to content

mhomeister/github-workflows-and-issue-addressing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Testing with github workflows

on:
  push:
    branches: [ main ]

is more than enough to only run the workflow when a commit is made to main or a PR is merged to main

Addressing issues in PRs and commits

Using closes #NUMBER for example in one of the following locations closes issue #NUMBER when merged with main.

  • Commit Title
  • Commit Description
  • PR Description
  • PR Title

Available Keywords (Must be directly in front of issue number)

  • close
  • closes
  • closed
  • fix
  • fixes
  • fixed
  • resolve
  • resolves
  • resolved

More Info

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages