Code Monkey home page Code Monkey logo

krypton-actions's Introduction

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 [email protected]

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.

krypton-actions's People

Contributors

clivern avatar renovate[bot] avatar

Watchers

 avatar  avatar

krypton-actions's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Detected dependencies

dockerfile
Dockerfile
  • python 3.8
github-actions
.github/workflows/krypton.yml
  • actions/checkout v2

  • Check this box to trigger a request for Renovate to run again on this repository

Events Skelton

from app.event_handlers import events_handler

     for key in events_handler.get_events():
         events_handler.run(key, "{\"ID\":\"1\"}")

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.