We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59b3a1e commit 4483403Copy full SHA for 4483403
.github/workflows/contributor-report.yaml
@@ -37,7 +37,7 @@ jobs:
37
SPONSOR_INFO: "true"
38
39
- name: Create issue
40
- uses: peter-evans/create-issue-from-file@v4
+ uses: peter-evans/create-issue-from-file@v5
41
with:
42
title: "Monthly Metrics: Contributors ${{ env.START_DATE }}..${{ env.END_DATE }}"
43
token: ${{ secrets.GITHUB_TOKEN }}
.github/workflows/pattern-metrics.yaml
@@ -80,7 +80,7 @@ jobs:
80
cat ready_to_merge_issues_report.md hr.md issue_metrics.md > all.md
81
82
83
84
85
title: "Monthly Metrics: New Issues + New Pull Requests ${{ env.last_month }}"
86
0 commit comments