Update issue-metrics.yml
change from full last month to the 15th as report date.
This commit is contained in:
committed by
Chris Hennes
parent
357b50d1d1
commit
b75be9818f
4
.github/workflows/issue-metrics.yml
vendored
4
.github/workflows/issue-metrics.yml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
shell: bash
|
||||
run: |
|
||||
# Calculate the first day of the previous month
|
||||
first_day=$(date -d "last month" +%Y-%m-01)
|
||||
first_day=$(date -d "last month" +%Y-%m-15)
|
||||
|
||||
# Calculate the last day of the previous month
|
||||
last_day=$(date -d "$first_day +1 month -1 day" +%Y-%m-%d)
|
||||
@@ -40,4 +40,4 @@ jobs:
|
||||
title: Monthly issue metrics report
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
content-filepath: ./issue_metrics.md
|
||||
assignees: maxwxyz
|
||||
assignees: maxwxyz
|
||||
|
||||
Reference in New Issue
Block a user