Skip to content

Commit

Permalink
still debugging
Browse files Browse the repository at this point in the history
Signed-off-by: Kevin Broch <[email protected]>
  • Loading branch information
kbroch-rivosinc committed Jun 19, 2024
1 parent a4b46d5 commit 65ffdb0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,12 @@ jobs:
uses: github/issue-metrics@v3
env:
GH_TOKEN: ${{ secrets.GHTOKEN }}
SEARCH_QUERY: 'repo:riscv-admin/doc-sig is:issue created:${{ env.last_month }} -reason:"not planned"'
SEARCH_QUERY: "repo:riscv-admin/doc-sig is:issue created:${{ env.last_month }}"

- name: Create issue
uses: peter-evans/create-issue-from-file@v5
with:
title: Monthly issue metrics report
token: ${{ secrets.GHTOKEN }}
content-filepath: ./issue_metrics.md
assignees: kbroch-rivosinc

0 comments on commit 65ffdb0

Please sign in to comment.