SkillAgentSearch skills...

Workflow

GitHub workflow automation via .probot.js file in your repository.

Install / Use

/learn @bkeepers/Workflow
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Probot: Workflow

Build Status

A GitHub App built with probot that enables complete workflow automation.

Installing

Heads up! The demo app is for demo purposes only. It is very likely to go away at some point, so please don't use it for production purposes.

  1. Go to the demo app, click Install, and then select an organization.

  2. Create a .github/probot.js file in your repository with the following contents. See Configuration for more information on what behaviors can be built.

    on('issues.opened')
      .comment(`
        Hello @{{ sender.login }}. Thanks for inviting me to your project.
        Read more about [all the things I can help you with][config]. I can't
        wait to get started!
    
        [config]: https://github.com/bkeepers/workflow/blob/master/docs/configuration.md
      `);
    
  3. Open a new issue. @probot should post a comment (you may need to refresh to see it).

Setup

  • Install dependencies

    npm install
    
  • Run the bot

    npm start
    

See docs/deploy.md if you would like to run your own instance of this app.

View on GitHub
GitHub Stars46
CategoryDevelopment
Updated7mo ago
Forks11

Languages

JavaScript

Security Score

87/100

Audited on Aug 7, 2025

No findings