From f92c44d1eee82402e36cd8e7aa6f6333f05edc5f Mon Sep 17 00:00:00 2001 From: Sebastian Spier Date: Wed, 25 Oct 2023 23:51:19 +0200 Subject: [PATCH] Adding start date and end date to the title of the monthly contributors report --- .github/workflows/contributor-report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contributor-report.yaml b/.github/workflows/contributor-report.yaml index ecff22154..d1094a01c 100644 --- a/.github/workflows/contributor-report.yaml +++ b/.github/workflows/contributor-report.yaml @@ -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