Skip to content

Commit

Permalink
metrics
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Nov 17, 2023
1 parent b122204 commit 3db10bf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ jobs:
with:
title: Monthly issue metrics report
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./gh_metrics/monthly_issue_metrics.md
# content-filepath: ./gh_metrics/monthly_issue_metrics.md
content-filepath: ./gh_metrics/.gitkeep

yearly-issue-metrics:
name: year to date issue metrics
Expand All @@ -62,4 +63,5 @@ jobs:
with:
title: Monthly issue metrics report
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./gh_metrics/yearly_issue_metrics.md
# content-filepath: ./gh_metrics/yearly_issue_metrics.md
content-filepath: ./gh_metrics/.gitkeep

0 comments on commit 3db10bf

Please sign in to comment.