update github issues workflows
This commit is contained in:
parent
c7291f98fb
commit
76eacd3ea3
2 changed files with 1 additions and 2 deletions
|
|
@ -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:
|
||||
|
|
|
|||
2
.github/workflows/on-issue-creation.yml
vendored
2
.github/workflows/on-issue-creation.yml
vendored
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue