Skip to content

Commit aa25904

Browse files
committed
Merge remote-tracking branch 'template/master'
2 parents 432547b + 265fb7e commit aa25904

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
12
blank_issues_enabled: true
23
contact_links:
34
- name: Scoop Community Support

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
repository: ScoopInstaller/Scoop
2525
path: scoop_core
2626
- name: Init Test Suite
27-
uses: potatoqualitee/psmodulecache@v5.1
27+
uses: potatoqualitee/psmodulecache@main
2828
with:
2929
modules-to-cache: BuildHelpers
3030
shell: powershell
@@ -48,7 +48,7 @@ jobs:
4848
repository: ScoopInstaller/Scoop
4949
path: scoop_core
5050
- name: Init Test Suite
51-
uses: potatoqualitee/psmodulecache@v5.1
51+
uses: potatoqualitee/psmodulecache@main
5252
with:
5353
modules-to-cache: BuildHelpers
5454
shell: pwsh

.github/workflows/pull_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
pull_request:
2+
pull_request_target:
33
types: [opened]
44
name: Pull Requests
55
jobs:

.vscode/settings.json

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
]
1616
}
1717
],
18+
"files.insertFinalNewline": true,
1819
"files.exclude": {
1920
"**/.git": true,
2021
"**/.svn": true,

0 commit comments

Comments
 (0)