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 65ffdb0 commit 8ead7d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: github/issue-metrics@v3
env:
GH_TOKEN: ${{ secrets.GHTOKEN }}
SEARCH_QUERY: "repo:riscv-admin/doc-sig is:issue created:${{ env.last_month }}"
SEARCH_QUERY: "repo:${{ github.repository }} is:issue created:${{ env.last_month }}"

- name: Create issue
uses: peter-evans/create-issue-from-file@v5
Expand Down

0 comments on commit 8ead7d8

Please sign in to comment.