Skip to content
Open
Show file tree
Hide file tree
Changes from all 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: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,6 @@ body:
label: >
Link to the code that reproduces this issue. A link to a **public** Github Repository or gist with a minimal
reproduction.
description: >
**Skipping this or providing an invalid link will result in the issue being closed**
validations:
required: true
- type: textarea
Expand Down
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Support Request
url: https://cloud.google.com/support/
about: If you have a support contract with Google, please file an issue in the Google Cloud Support console instead of GitHub.
- name: Question
url: https://github.com/googleapis/google-cloud-node/discussions
about: If you have a general question that goes beyond the library itself, please use Discussions to engage with fellow community members.
5 changes: 0 additions & 5 deletions .github/ISSUE_TEMPLATE/process_request.md

This file was deleted.

8 changes: 0 additions & 8 deletions .github/ISSUE_TEMPLATE/questions.md

This file was deleted.

7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/support_request.md

This file was deleted.

73 changes: 0 additions & 73 deletions .github/scripts/close-invalid-link.cjs

This file was deleted.

50 changes: 0 additions & 50 deletions .github/scripts/fixtures/invalidIssueBody.txt

This file was deleted.

50 changes: 0 additions & 50 deletions .github/scripts/fixtures/validIssueBody.txt

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion .github/scripts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"description": "tests for script",
"scripts": {
"test": "mocha tests/close-invalid-link.test.cjs && mocha tests/close-or-remove-response-label.test.cjs",
"test": "mocha tests/close-or-remove-response-label.test.cjs",
"samples-test": "echo 'no samples test!'",
"system-test": "echo 'no system test!'"
},
Expand Down
86 changes: 0 additions & 86 deletions .github/scripts/tests/close-invalid-link.test.cjs

This file was deleted.

28 changes: 0 additions & 28 deletions .github/workflows/issues-no-repro.yaml

This file was deleted.

Loading
Loading