projen-automate-it
TypeScript icon, indicating that this package has built-in type declarations

0.0.9 • Public • Published

About

projen-automate-it is a tiny library that helps you generate workflow snippets for projen.

ProjenYarnUpgrade workflow

Previously introduced in this module. Now it's deprecated. Please use the dependency upgrade workflow from projen instead.

Sample

const { Automation } = require('projen-automate-it');

const automation = new Automation(project, {
  automationToken: AUTOMATION_TOKEN,
});

// generate auto-approve workflow
automation.autoApprove();
// generate auto-merge workflow
automation.autoMerge();

Readme

Keywords

none

Package Sidebar

Install

npm i projen-automate-it

Weekly Downloads

0

Version

0.0.9

License

Apache-2.0

Unpacked Size

30.9 kB

Total Files

11

Last publish

Collaborators

  • pahud