Skip to content

Commit

Permalink
Update issue-metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy authored Oct 4, 2024
1 parent cae6ac4 commit e9c671f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,15 @@ jobs:
SEARCH_QUERY: 'repo:${{ github.repository }} is:issue created:${{ env.last_month }} -reason:"not planned"'

- name: Create issue
id: create_issue
uses: peter-evans/create-issue-from-file@v5
with:
title: "Monthly issue metrics report: ${{ env.last_month }}"
labels: metrics
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./issue_metrics.md

- name: Close Issue
run: gh issue close "${{steps.create_issue.outputs.issue-number}}" --reason "not planned"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e9c671f

Please sign in to comment.