Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clivern/krypton-actions
🧬 Open Source Workflow Automation.
https://github.com/clivern/krypton-actions
clivern github github-actions github-events github-webhooks krypton-actions
Last synced: about 2 months ago
JSON representation
🧬 Open Source Workflow Automation.
- Host: GitHub
- URL: https://github.com/clivern/krypton-actions
- Owner: Clivern
- License: apache-2.0
- Created: 2019-12-26T17:01:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T01:19:25.000Z (3 months ago)
- Last Synced: 2024-11-10T22:06:46.839Z (about 2 months ago)
- Topics: clivern, github, github-actions, github-events, github-webhooks, krypton-actions
- Language: Dockerfile
- Homepage:
- Size: 119 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
Krypton Actions
Open Source Workflow Automation
## Documentation
#### Krypton as a Github Action:
To install krypton github action, add the following to your `workflow.yml`.
```yml
name: workflow_nameon:
# may vary based on modules enabledjobs:
krypton-actions:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2 # required to clone your code
- name: krypton-actions
uses: clivern/krypton-actions@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
```Then add `.krypton.yml` to your repository root directory. This file to configure the enabled krypton modules and their settings. It should look like:
```yml
modules:
- "first_issue"
```## Versioning
For transparency into our release cycle and in striving to maintain backward compatibility, Krypton Actions is maintained under the [Semantic Versioning guidelines](https://semver.org/) and release process is predictable and business-friendly.
See the [Releases section of our GitHub project](https://github.com/clivern/krypton-actions/releases) for changelogs for each release version of Krypton Actions. It contains summaries of the most noteworthy changes made in each release.
## Bug tracker
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/krypton-actions/issues
## Security Issues
If you discover a security vulnerability within Krypton Actions, please send an email to [[email protected]](mailto:[email protected])
## Contributing
We are an open source, community-driven project so please feel free to join us. see the [contributing guidelines](CONTRIBUTING.md) for more details.
## License
© 2019, Clivern. Released under [Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0).
**Krypton-Actions** is authored and maintained by [@Clivern](https://github.com/clivern).