Skip to content

Commit

Permalink
GitHub Infra Update -Delete QST Issue Template in Favor of Discussion…
Browse files Browse the repository at this point in the history
…s, Remove Add to Project Action (#860)

This PR does a few things:
- Removes https://github.com/nv-morpheus/Morpheus/labels/question Issue Template
- Add `config.yml` that helps users open a GH Discussion to ask a question
   - See https://github.com/nv-morpheus/morpheus-experimental/issues/new/choose for an example
- Removes the no-longer-necessary (and currently nonfunctional) add-to-project action
   - This has been replaced with built-in project functionality

Authors:
  - Ben Jarmak (https://github.com/jarmak-nv)

Approvers:
  - Michael Demoret (https://github.com/mdemoret-nv)

URL: #860
  • Loading branch information
jarmak-nv authored Apr 13, 2023
1 parent 2b2a2fb commit a09d462
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 55 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-FileCopyrightText: Copyright (c) 2023 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
# SPDX-License-Identifier: Apache-2.0
#
# Licensed under the Apache License, Version 2.0 (the "License");
Expand All @@ -13,23 +13,8 @@
# See the License for the specific language governing permissions and
# limitations under the License.

name: Add new issue/PR to project

on:
issues:
types:
- opened

pull_request_target:
types:
- opened

jobs:
add-to-project:
name: Add issue or PR to project
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v0.3.0
with:
project-url: https://github.com/orgs/nv-morpheus/projects/1
github-token: ${{ github.token }}
blank_issues_enabled: true
contact_links:
- name: Ask a Question
url: https://github.com/nv-morpheus/morpheus/discussions
about: Please ask any questions here.
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/submit_question.yml

This file was deleted.

0 comments on commit a09d462

Please sign in to comment.