Skip to content

Commit 94e4b5a

Browse files
authored
feat: add labels to pull request
1 parent a15897b commit 94e4b5a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/upstream-sync.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,4 +79,10 @@ jobs:
7979
'The changes from ${{ env.upstream-prefix }}/${{ inputs.release-series }} have been included in this automated PR'
8080
].join('\n')
8181
});
82+
github.rest.issues.addLabels({
83+
owner,
84+
repo,
85+
issue_number: result.data.number,
86+
labels: ['automated', 'sync']
87+
});
8288
}

0 commit comments

Comments
 (0)