GithubHelp home page GithubHelp logo

project-bot's Introduction

Organization Project Bot

Organization Project Bot built with Probot

Status

CircleCI codecov GitHub license GitHub issues LGTM Code Quality Grade: JavaScript

Overview

The ProjectBot is used to manage organizational projects. The sole task so far is to assign new issues in related repositories to 1 project.

Installation

TODO

https://github.com/apps/orgprojectbot

Project Configuration

The Organization Project Bot app needs a configuration file .github/org-project-bot.yaml that contains the list of projects it should add new issues to:

# specify which branch to listen for changes
columns:
  - 12345

The easiest way to get the column id for your project, is the click on the little menu icon of a column and use copy the column link. eg:

https://github.com/orgs/adobe-rnd/projects/1#column-4501999 -> 4501999

Touch Action Configuration

The touch action bot is used to trigger CI builds if a configured user pushes to a branch.

touch:
  user: renovate-bot
  github-token: xxff==

The github token needs to be encrypted with the bot's publioc key. this can be done here:

https://adobeioruntime.net/api/v1/web/helix/projectbot/main@v1/encrypt.html

Note on Secrets

Currently the secrets directory contains the blackbox (PGP) encrypted files for production, which is sub-optimal. In the future a better separation needs to be done. Maybe keep the production keys in a separate branch, or completely somewhere else.

Installation

# Install dependencies
npm install

The project uses probot-serverless-openwhisk/ to run and its commandline tool wskbot for deployment. run wskbot --help for details.

To build the openwhisk action with details, run:

$ npm run build

To build and deploy it directly to OpenWhisk, run:

$ npm run deploy

Contributing

If you have suggestions for how the this bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

project-bot's People

Contributors

dependabot[bot] avatar renovate-bot avatar renovate[bot] avatar semantic-release-bot avatar tripodsan avatar

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.