0.0.9 • Published 3 years ago

projen-automate-it v0.0.9

Weekly downloads
268
License
Apache-2.0
Repository
-
Last release
3 years ago

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();
0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago