Skip to content

Commit

Permalink
feat: testing metrics workflow (#153)
Browse files Browse the repository at this point in the history
Co-authored-by: Edward Zarecor <ed@axim.org>
  • Loading branch information
e0d and Edward Zarecor authored Jul 20, 2023
1 parent 708dcb2 commit e5d0068
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: Monthly issue metrics
on:
workflow_dispatch:

jobs:
build:
name: issue metrics
runs-on: ubuntu-latest

steps:

- name: Run issue-metrics tool
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.REQUIREMENTS_BOT_GITHUB_TOKEN }}
LABELS_TO_MEASURE: 'waiting for eng review,product review,needs test run,waiting on author,Ready to Merge,blocked by other work'
SEARCH_QUERY: 'repo:openedx/DoneXBlock is:pr created:2023-05-01..2023-08-31 -reason:"not planned"'

- name: Create issue
uses: peter-evans/create-issue-from-file@v4
with:
title: Issue metrics report
content-filepath: ./issue_metrics.md
assignees: e0d,feanil

0 comments on commit e5d0068

Please sign in to comment.