File tree Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Expand file tree Collapse file tree 1 file changed +5
-8
lines changed Original file line number Diff line number Diff line change 7
7
8
8
jobs :
9
9
build :
10
- runs-on : ubuntu-18.04
10
+ runs-on : ubuntu-latest
11
11
environment : Jira
12
12
name : SDK Bot Jira Issue Creation
13
13
steps :
@@ -25,15 +25,12 @@ jobs:
25
25
project : ${{ secrets.JIRA_PROJECT }}
26
26
issuetype : Task
27
27
summary : |
28
- [SDK - Experiment Python Server ] ${{ github.event.issue.title }}
28
+ [SDK - experiment-python-server ] ${{ github.event.issue.title }}
29
29
description : |
30
30
${{ github.event.issue.html_url }}
31
31
fields : ' {
32
- "customfield_10006": 1391,
33
- "customfield_11481": {"value": "Governance 🕵️"},
34
- "customfield_11200": {"value": "Developer Experience"},
35
- "labels": ["experiment-python"]
36
- }' # sprint, pillar, pod, labels
32
+ "labels": ["experiment-python-server", "sdk-backlog-grooming", "github"]
33
+ }'
37
34
38
35
- name : Log created issue
39
- run : echo "Issue AMP -${{ steps.create.outputs.issue }} was created"
36
+ run : echo "Issue SKY -${{ steps.create.outputs.issue }} was created"
You can’t perform that action at this time.
0 commit comments