Skip to content

Clivern/krypton-actions

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Repository files navigation

Krypton Actions Logo

Krypton Actions

Open Source Workflow Automation

Documentation

Krypton as a Github Action:

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"

Versioning

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.

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 hello@clivern.com

Contributing

We are an open source, community-driven project so please feel free to join us. see the contributing guidelines for more details.

License

© 2019, Clivern. Released under Apache License, Version 2.0.

Krypton-Actions is authored and maintained by @Clivern.