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 authored and rmarting committed Feb 29, 2024
1 parent 2890be1 commit a2f531d
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 a2f531d

Please sign in to comment.