diff --git a/.github/workflows/issue-metrics.yaml b/.github/workflows/issue-metrics.yaml index 3fb17aa..d79a13b 100644 --- a/.github/workflows/issue-metrics.yaml +++ b/.github/workflows/issue-metrics.yaml @@ -1,4 +1,4 @@ -name: Monthly issue metrics +name: Monthly review time metrics on: workflow_dispatch: inputs: @@ -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 @@ -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