We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bf01bf commit 2723c5fCopy full SHA for 2723c5f
.github/workflows/new-pages-report.yml
@@ -51,7 +51,8 @@ jobs:
51
github.rest.issues.create({
52
owner: context.repo.owner,
53
repo: context.repo.repo,
54
- title: `New Files Report - ${today}`,
+ title: `New files report - ${today}`,
55
body: report,
56
- labels: ['documentation', 'migration']
+ labels: ['migration'],
57
+ assignees: ['pwseg']
58
});
0 commit comments