Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix grammatical issues in Bug Report.yml, and Update dependencies #4788

Merged
merged 20 commits into from
Sep 18, 2024
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Bug_Report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ body:
- type: textarea
attributes:
label: Steps to reproduce
placeholder: A description of how to trigger this bug
placeholder: A description of how to trigger this bug.
skanda890 marked this conversation as resolved.
Show resolved Hide resolved
validations:
required: true
- type: textarea
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/Feature_Request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ labels: ['Issue-Feature']
body:
- type: textarea
attributes:
label: Description of the new feature / enhancement
label: Description of the new feature/enhancement
skanda890 marked this conversation as resolved.
Show resolved Hide resolved
placeholder: |
A clear and concise description of what the problem is that the new feature would solve.
Describe why and how a user would use this new functionality (if applicable).
Expand Down
9 changes: 1 addition & 8 deletions .github/actions/spelling/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ admx
AFAIK
aicli
AICLIC
AKV
allusers
alreadyinstalled
AMap
Expand All @@ -38,14 +37,12 @@ ASequence
ashpatil
Ashwini
ASwitch
Asn
ASYNCRTIMP
Atest
ATL
AType
AUrl
auxdata
azcopy
azurewebsites
Baz
bcp
Expand Down Expand Up @@ -86,7 +83,6 @@ CLOSEAPP
cloudapp
clsctx
CMSG
cobertura
CODEOWNERS
codepage
COINIT
Expand Down Expand Up @@ -389,7 +385,6 @@ PCs
pcwsz
pdb
PDWORD
Peet
peetdev
PEGI
pfn
Expand Down Expand Up @@ -438,7 +433,6 @@ REFIID
REGDB
regexes
REGSAM
REINSTALLMODE
relativefilepath
remoting
removefile
Expand Down Expand Up @@ -466,8 +460,6 @@ runtimes
ryfu
sacl
SARL
sas
SASURL
savepoint
schematab
Scm
Expand Down Expand Up @@ -582,6 +574,7 @@ wesome
wfsopen
wgetenv
Whatif
whitesource
wildcards
WINAPI
windir
Expand Down
14 changes: 14 additions & 0 deletions .whitesource
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"scanSettings": {
"baseBranches": []
},
"checkRunSettings": {
"vulnerableCheckRunConclusionLevel": "failure",
"displayMode": "diff",
"useMendCheckNames": true
},
"issueSettings": {
"minSeverityLevel": "LOW",
"issueType": "DEPENDENCY"
}
}
Loading