Skip to content

Commit 2723c5f

Browse files
committed
automatically assign to paul
1 parent 0bf01bf commit 2723c5f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/new-pages-report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ jobs:
5151
github.rest.issues.create({
5252
owner: context.repo.owner,
5353
repo: context.repo.repo,
54-
title: `New Files Report - ${today}`,
54+
title: `New files report - ${today}`,
5555
body: report,
56-
labels: ['documentation', 'migration']
56+
labels: ['migration'],
57+
assignees: ['pwseg']
5758
});

0 commit comments

Comments
 (0)