Skip to content

habakke/github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Actions

Github-actions worflows and actions accessible to all workflows

Examples

The examples are located in the '/examples' folder.

Automatically generated release notes

The release workflow automatically generates release notes based on how pull requests are labeled. The example configuration expects the following labels to be used:

  • bug
  • change
  • feature

This is controlled through the '.github/release.yml' configuration file

changelog:
  categories:
    - title: New
      labels:
        - '*'
      exclude:
        labels:
          - bug
          - change
    - title: Changes
      labels:
        - change
    - title: Bug Fixes
      labels:
        - bug

About

Shared github-actions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors