Skip to content

Commit ddbdd89

Browse files
committed
Fixed type, don't CD/CI issue and PR templates.
1 parent e073b02 commit ddbdd89

6 files changed

+11
-3
lines changed

.github/ISSUE_TEMPLATE/Feature.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ labels: proposal
99
1010
Please provide a description of your feature suggestion.
1111
12-
As Verlite is lightweight, many feature requests are likely to fall outside the scope of Verlite. Providing rational to help us understand why your suggestion is desired would be greately appricaiated!
12+
As Verlite is lightweight, many feature requests are likely to fall outside the scope of Verlite. Providing rational to help us understand why your suggestion is desired would be greatly appreciated!
1313
14-
-->
14+
-->

.github/continuous-delivery.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- '.editorconfig'
1212
- '.gitattributes'
1313
- '.gitignore'
14+
- '.github/ISSUE_TEMPLATE/**'
15+
- '.github/pull_request_template.md'
1416

1517
defaults: *default-defaults
1618

.github/continuous-integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ on:
1111
- '.editorconfig'
1212
- '.gitattributes'
1313
- '.gitignore'
14+
- '.github/ISSUE_TEMPLATE/**'
15+
- '.github/pull_request_template.md'
1416

1517
defaults: *default-defaults
1618

.github/dependabot.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ updates:
33
- package-ecosystem: nuget
44
directory: "/"
55
schedule:
6-
interval: monthly
6+
interval: weekly
77
time: "11:00"
88
open-pull-requests-limit: 10

.github/workflows/continuous-delivery.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
- .editorconfig
1414
- .gitattributes
1515
- .gitignore
16+
- .github/ISSUE_TEMPLATE/**
17+
- .github/pull_request_template.md
1618

1719
defaults:
1820
run:

.github/workflows/continuous-integration.yml

+2
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ on:
1313
- .editorconfig
1414
- .gitattributes
1515
- .gitignore
16+
- .github/ISSUE_TEMPLATE/**
17+
- .github/pull_request_template.md
1618

1719
defaults:
1820
run:

0 commit comments

Comments
 (0)