Skip to content

Commit

Permalink
Adding start date and end date to the title of the monthly contributo…
Browse files Browse the repository at this point in the history
…rs report
  • Loading branch information
spier committed Oct 25, 2023
1 parent d4c75fa commit f92c44d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/contributor-report.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Create issue
uses: peter-evans/create-issue-from-file@v4
with:
title: "Monthly Metrics: Contributors"
title: "Monthly Metrics: Contributors ${{ env.START_DATE }}..${{ env.END_DATE }}"
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./contributors.md
assignees: spier
Expand Down

0 comments on commit f92c44d

Please sign in to comment.