File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 66
77jobs :
88 report :
9+ if : github.repository == 'segmentio/segment-docs'
910 runs-on : ubuntu-latest
1011 permissions :
1112 issues : write
@@ -18,10 +19,10 @@ jobs:
1819 - name : Generate report
1920 id : report
2021 run : |
21- echo "## New files added since September 17 , 2025" > report.md
22+ echo "## New Files Since August 30 , 2025" > report.md
2223 echo "" >> report.md
2324
24- FILES=$(git log --since="2025-09-17 " --diff-filter=A --name-only --pretty=format:"" -- src/ 2>/dev/null | grep -v '^$' | sort -u || echo "")
25+ FILES=$(git log --since="2025-08-30 " --diff-filter=A --name-only --pretty=format:"" -- src/ 2>/dev/null | grep -v '^$' | sort -u || echo "")
2526
2627 if [ -z "$FILES" ]; then
2728 echo "No new files found." >> report.md
5051 github.rest.issues.create({
5152 owner: context.repo.owner,
5253 repo: context.repo.repo,
53- title: `New files report - ${today}`,
54+ title: `New Files Report - ${today}`,
5455 body: report,
5556 labels: ['migration'],
56- assignees: ['pwseg ']
57+ assignees: ['daseg ']
5758 });
You can’t perform that action at this time.
0 commit comments