https://github.com/kineticcafe/actions
Shared public actions for Kinetic Commerce
https://github.com/kineticcafe/actions
actions dependabot-action github-actions github-composite-actions shared-action
Last synced: 28 days ago
JSON representation
Shared public actions for Kinetic Commerce
- Host: GitHub
- URL: https://github.com/kineticcafe/actions
- Owner: KineticCafe
- License: apache-2.0
- Created: 2023-07-27T21:23:00.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-05-12T16:18:18.000Z (about 1 year ago)
- Last Synced: 2025-07-08T12:43:42.739Z (11 months ago)
- Topics: actions, dependabot-action, github-actions, github-composite-actions, shared-action
- Language: Shell
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Changelog.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# 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](tree/main/dependabot-automerge): A simple composite
action to simplify the enabling of auto-merge of Dependabot PRs.
- [extract-changelog](tree/main/extract-changelog): A simple composite action to
extract a version section from a changelog file.
- [resolve-ref](tree/main/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)][dco].
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
The `Signed-off-by` line can be automatically added by git with the `-s` or
`--signoff` option on `git commit`:
```sh
git commit --signoff
```
[KineticCafe]: https://github.com/KineticCafe
[KineticCommerce]: https://github.com/KineticCommerce
[dco]: https://developercertificate.org
[code of conduct]: https://github.com/KineticCafe/code-of-conduct