Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ykadowak committed Jan 28, 2024
1 parent da720af commit 455b60b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/issue-metrics.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Monthly issue metrics
name: Monthly review time metrics
on:
workflow_dispatch:
inputs:
Expand All @@ -13,7 +13,7 @@ permissions:
pull-requests: read
jobs:
build:
name: issue metrics
name: review time metrics
runs-on: ubuntu-latest
steps:
- name: Get dates for last month
Expand Down Expand Up @@ -43,6 +43,6 @@ jobs:
- name: Create issue
uses: peter-evans/create-issue-from-file@v4
with:
title: Monthly issue metrics report
title: "Monthly review time metrics report: ${{ env.last_month }}"
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./issue_metrics.md

0 comments on commit 455b60b

Please sign in to comment.