We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4c75fa commit f92c44dCopy full SHA for f92c44d
.github/workflows/contributor-report.yaml
@@ -39,7 +39,7 @@ jobs:
39
- name: Create issue
40
uses: peter-evans/create-issue-from-file@v4
41
with:
42
- title: "Monthly Metrics: Contributors"
+ title: "Monthly Metrics: Contributors ${{ env.START_DATE }}..${{ env.END_DATE }}"
43
token: ${{ secrets.GITHUB_TOKEN }}
44
content-filepath: ./contributors.md
45
assignees: spier
0 commit comments