We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78984d1 commit c5a7bf0Copy full SHA for c5a7bf0
.github/workflows/manual.yml
@@ -40,7 +40,7 @@ jobs:
40
PR title: ${{ github.event.pull_request.title }}
41
PR description: ${{ github.event.pull_request.description }}
42
In addition, please resolve other issues, if any.
43
- fields: '{"components": [{"name":"Github PR"}], "customfield_16449":"https://classroom.udacity.com/nanodegrees/nd213/dashboard/overview", "customfield_16450":"Resolve the PR", "labels": ["github"]}'
+ fields: '{"components": [{"name":"nd213 C++"}], "customfield_16449":"https://classroom.udacity.com/nanodegrees/nd213/dashboard/overview", "customfield_16450":"Resolve the PR", "labels": ["github"], "priority":{"id": "4"}}'
44
45
- name: Log created issue
46
run: echo "Issue ${{ steps.create.outputs.issue }} was created"
0 commit comments