File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed
Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 33name : Audit
44
55on :
6- workflow_dispatch : null
6+ workflow_dispatch :
77 schedule :
88 # "At 01:00 on Monday" https://crontab.guru/#0_1_*_*_1
99 - cron : " 0 1 * * 1"
Original file line number Diff line number Diff line change 33name : CI
44
55on :
6- workflow_dispatch : null
6+ workflow_dispatch :
77 pull_request :
88 branches :
99 - ' *'
Original file line number Diff line number Diff line change 11# Changelog
22
3+ ### [ 3.1.2] ( https://github.com/npm/template-oss/compare/v3.1.1...v3.1.2 ) (2022-03-21)
4+
5+
6+ ### Bug Fixes
7+
8+ * allow post-dependabot action to edit workflows ([ #103 ] ( https://github.com/npm/template-oss/issues/103 ) ) ([ 0ca9a9e] ( https://github.com/npm/template-oss/commit/0ca9a9ee6ee5493112395d313c3e5632b3d5d8f7 ) )
9+
310### [ 3.1.1] ( https://github.com/npm/template-oss/compare/v3.1.0...v3.1.1 ) (2022-03-21)
411
512
Original file line number Diff line number Diff line change 11{
22 "name" : " @npmcli/template-oss" ,
3- "version" : " 3.1.1 " ,
3+ "version" : " 3.1.2 " ,
44 "description" : " templated files used in npm CLI team oss projects" ,
55 "main" : " lib/content/index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments