Skip to content

Commit 92bd911

Browse files
authored
chore(scripts): point jira issues to another epic (#4505)
1 parent fb2c496 commit 92bd911

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

.github/workflows/issue.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,16 @@ jobs:
3636
id: '10001'
3737
},
3838
parent: {
39-
key: 'DI-2737'
39+
key: 'DI-3523'
4040
},
4141
project: {
4242
id: '10118'
4343
},
44+
components: [
45+
{
46+
id: '10872'
47+
}
48+
],
4449
summary: `[GH-ISSUE] ${title}`
4550
},
4651
update: {}

templates/issue.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,16 @@ jobs:
3636
id: '10001'
3737
},
3838
parent: {
39-
key: 'DI-2737'
39+
key: 'DI-3523'
4040
},
4141
project: {
4242
id: '10118'
4343
},
44+
components: [
45+
{
46+
id: '10872'
47+
}
48+
],
4449
summary: `[GH-ISSUE] ${title}`
4550
},
4651
update: {}

0 commit comments

Comments
 (0)