mirror of
https://code.forgejo.org/actions/git-backporting.git
synced 2025-05-15 01:59:12 -04:00
feat(issue-41): set and inherit labels (#48)
fix https://github.com/kiegroup/git-backporting/issues/41
This commit is contained in:
parent
f923f7f4c2
commit
fcc01673f4
28 changed files with 962 additions and 140 deletions
|
@ -91,7 +91,15 @@ export const mergedPullRequestFixture = {
|
|||
|
||||
],
|
||||
"labels": [
|
||||
|
||||
{
|
||||
"id": 4901021057,
|
||||
"node_id": "LA_kwDOImgs2354988AAAABJB-lgQ",
|
||||
"url": "https://api.github.com/repos/owner/reponame/labels/original-label",
|
||||
"name": "original-label",
|
||||
"color": "AB975B",
|
||||
"default": false,
|
||||
"description": ""
|
||||
}
|
||||
],
|
||||
"milestone": null,
|
||||
"draft": false,
|
||||
|
|
|
@ -241,7 +241,7 @@ export const MERGED_SQUASHED_MR = {
|
|||
"source_project_id":76316,
|
||||
"target_project_id":76316,
|
||||
"labels":[
|
||||
|
||||
"gitlab-original-label"
|
||||
],
|
||||
"draft":false,
|
||||
"work_in_progress":false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue