Skip to content

Github-actions worflows and actions accessible to all Pexip workflows

Notifications You must be signed in to change notification settings

pexip/shared-github-actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 
 
 

Repository files navigation

shared-github-actions

Github-actions worflows and actions accessible to all Pexip 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

Github-actions worflows and actions accessible to all Pexip workflows

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •