Skip to content

Commit 62d5810

Browse files
authored
Merge pull request #13 from github/origin2/support-info-patch
Origin2/support info patch
2 parents 2cd6164 + cf6a959 commit 62d5810

File tree

5 files changed

+139
-30
lines changed

5 files changed

+139
-30
lines changed

.github/CODEOWNERS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# This repository is maintained by:
2+
* @mageroni

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ updates:
88
- package-ecosystem: "npm" # See documentation for possible values
99
directory: "/" # Location of package manifests
1010
schedule:
11-
interval: "weekly"
11+
interval: "monthly"

SUPPORT.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Support
2+
3+
If you need support using this project or have questions about it, please open up an issue in this repository. Requests made directly to GitHub staff or support team will be redirected here to open an issue. GitHub SLA's and support/services contracts do not apply to this repository.
4+
5+
## How to file issues and get help
6+
7+
This project uses GitHub issues to track bugs and feature requests. Please search the existing issues before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new issue.
8+
9+
- **Copilot Survey Engine** is under active development and maintained by GitHub staff **AND THE COMMUNITY**. We will do our best to respond to support, feature requests, and community questions in a timely manner.
10+
11+
## GitHub Support Policy
12+
13+
Support for this project is limited to the resources listed above.

package-lock.json

Lines changed: 121 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@
1818
"dependencies": {
1919
"@azure/ai-language-text": "^1.1.0",
2020
"applicationinsights": "^2.7.0",
21-
"dedent": "^0.7.0",
21+
"dedent": "^1.0.1",
2222
"mssql": "^9.1.1",
2323
"probot": "^12.3.1"
2424
},
2525
"devDependencies": {
2626
"jest": "^29.6.1",
2727
"nock": "^13.3.1",
28-
"semver": "^7.5.2",
28+
"semver": ">= 7.5.4",
2929
"smee-client": "^1.2.2"
3030
},
3131
"engines": {

0 commit comments

Comments
 (0)