From 130f2e709a9099eb75a8473c1ae2f59ffa4d7ea5 Mon Sep 17 00:00:00 2001 From: Sudhanshu Kulshrestha <48475411+SudKul@users.noreply.github.com> Date: Wed, 24 Nov 2021 18:02:41 +0530 Subject: [PATCH] Update manual.yml --- .github/workflows/manual.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index acf46191e0..bac53856c9 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -33,14 +33,14 @@ jobs: project: CONUPDATE issuetype: Task summary: | - Github PR [Assign the ND component] | Repo: ${{ github.repository }} | PR# ${{github.event.number}} + Github PR nd9991 - Cloud DevOps Engineer | Repo: ${{ github.repository }} | PR# ${{github.event.number}} description: | Repo link: https://github.com/${{ github.repository }} PR no. ${{ github.event.pull_request.number }} PR title: ${{ github.event.pull_request.title }} PR description: ${{ github.event.pull_request.description }} In addition, please resolve other issues, if any. - fields: '{"components": [{"name":"Github PR"}], "customfield_16449":"https://classroom.udacity.com/", "customfield_16450":"Resolve the PR", "labels": ["github"], "priority":{"id": "4"}}' + fields: '{"components": [{"name":"nd9991 - Cloud DevOps Engineer"}], "customfield_16449":"https://classroom.udacity.com/", "customfield_16450":"Resolve the PR", "labels": ["github"], "priority":{"id": "4"}}' - name: Log created issue run: echo "Issue ${{ steps.create.outputs.issue }} was created"