Skip to content

Commit

Permalink
Update issue-metrics.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaultcordier authored Jun 24, 2024
1 parent 8072121 commit 549b151
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,9 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:scikit-learn-contrib/MAPIE is:issue created:${{ env.last_month }} -reason:"not planned"'

- name: Print output of issue metrics tool
run: echo "${{ steps.issue-metrics.outputs.metrics }}"
- name: Create issue
uses: peter-evans/create-issue-from-file@v4
with:
title: Monthly issue metrics report for opened issues and prs
token: ${{ secrets.GITHUB_TOKEN }}
content-filepath: ./issue_metrics.md

0 comments on commit 549b151

Please sign in to comment.