diff --git a/.github/ISSUE_TEMPLATE/1-feature-request-template.yml b/.github/ISSUE_TEMPLATE/1-feature-request-template.yml index a4584266..fe9024b2 100644 --- a/.github/ISSUE_TEMPLATE/1-feature-request-template.yml +++ b/.github/ISSUE_TEMPLATE/1-feature-request-template.yml @@ -1,6 +1,5 @@ name: Feature Request description: Request a new feature in Grafana OnCall! -title: "Product-Area-Here: short description of requested feature here" labels: - feature request body: diff --git a/.github/workflows/on-issue-creation.yml b/.github/workflows/on-issue-creation.yml index be17b84d..4a997774 100644 --- a/.github/workflows/on-issue-creation.yml +++ b/.github/workflows/on-issue-creation.yml @@ -53,7 +53,7 @@ jobs: - name: Map mobile app product area to appropriate assignees uses: actions-ecosystem/action-add-assignees@v1 - if: contains(steps.issue-form-values.outputs.issueparser_product-area, 'Alert Flow & Configuration') + if: contains(steps.issue-form-values.outputs.issueparser_product-area, 'Mobile App') with: github_token: ${{ secrets.GITHUB_TOKEN }} assignees: |