Skip to content

Commit f92c44d

Browse files
committed
Adding start date and end date to the title of the monthly contributors report
1 parent d4c75fa commit f92c44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/contributor-report.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Create issue
4040
uses: peter-evans/create-issue-from-file@v4
4141
with:
42-
title: "Monthly Metrics: Contributors"
42+
title: "Monthly Metrics: Contributors ${{ env.START_DATE }}..${{ env.END_DATE }}"
4343
token: ${{ secrets.GITHUB_TOKEN }}
4444
content-filepath: ./contributors.md
4545
assignees: spier

0 commit comments

Comments
 (0)