Skip to content

Shared public actions for Kinetic Commerce

License

Notifications You must be signed in to change notification settings

KineticCafe/actions

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KineticCafe/actions

This repository holds shared public workflow actions, mostly composite actions, used by Kinetic Commerce in its open source (KineticCafe) and private (KineticCommerce) repositories. Because it's shared, all tags are shared across all workflow versions.

Workflows

  • dependabot-automerge: A simple composite action to simplify the enabling of auto-merge of Dependabot PRs.

  • extract-changelog: A simple composite action to extract a version section from a changelog file.

  • resolve-ref: A simple composite action to resolve an input reference to a Git SHA in the running repository.

Contributing

We value contributions to KineticCafe/actions—bug reports, discussions, feature requests, and code contributions. Contributions to this repository are released under the Apache License, version 2.0 and require Developer Certificate of Origin sign-off.

KineticCafe/actions is governed under the Kinetic Commerce Open Source Code of Conduct.

Developer Certificate of Origin

All contributors must certify they are able and willing to provide their contributions under the terms of this project's licenses with the certification of the Developer Certificate of Origin (Version 1.1).

Such certification is provided by ensuring that the following line must be included as the last line of a commit message for every commit contributed:

Signed-off-by: FirstName LastName <[email protected]>

The Signed-off-by line can be automatically added by git with the -s or --signoff option on git commit:

git commit --signoff