File tree 4 files changed +5
-3
lines changed
4 files changed +5
-3
lines changed Original file line number Diff line number Diff line change
1
+ # yaml-language-server: $schema=https://json.schemastore.org/github-issue-config.json
1
2
blank_issues_enabled : true
2
3
contact_links :
3
4
- name : Scoop Community Support
Original file line number Diff line number Diff line change 24
24
repository : ScoopInstaller/Scoop
25
25
path : scoop_core
26
26
- name : Init Test Suite
27
- uses : potatoqualitee/psmodulecache@v5.1
27
+ uses : potatoqualitee/psmodulecache@main
28
28
with :
29
29
modules-to-cache : BuildHelpers
30
30
shell : powershell
48
48
repository : ScoopInstaller/Scoop
49
49
path : scoop_core
50
50
- name : Init Test Suite
51
- uses : potatoqualitee/psmodulecache@v5.1
51
+ uses : potatoqualitee/psmodulecache@main
52
52
with :
53
53
modules-to-cache : BuildHelpers
54
54
shell : pwsh
Original file line number Diff line number Diff line change 1
1
on :
2
- pull_request :
2
+ pull_request_target :
3
3
types : [opened]
4
4
name : Pull Requests
5
5
jobs :
Original file line number Diff line number Diff line change 15
15
]
16
16
}
17
17
],
18
+ "files.insertFinalNewline" : true ,
18
19
"files.exclude" : {
19
20
"**/.git" : true ,
20
21
"**/.svn" : true ,
You can’t perform that action at this time.
0 commit comments