Open Source Workflow Automation
To install krypton github action, add the following to your workflow.yml
.
name: workflow_name
on:
# may vary based on modules enabled
jobs:
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:
modules:
- "first_issue"
For transparency into our release cycle and in striving to maintain backward compatibility, Krypton Actions is maintained under the Semantic Versioning guidelines and release process is predictable and business-friendly.
See the Releases section of our GitHub project for changelogs for each release version of Krypton Actions. It contains summaries of the most noteworthy changes made in each release.
If you have any suggestions, bug reports, or annoyances please report them to our issue tracker at https://github.com/clivern/krypton-actions/issues
If you discover a security vulnerability within Krypton Actions, please send an email to [email protected]
We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.
© 2019, Clivern. Released under Apache License, Version 2.0.
Krypton-Actions is authored and maintained by @Clivern.