Skip to content

Commit

Permalink
Change repo to this one (#89)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk authored Dec 1, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 2a73fe1 + 22c030f commit af7a0b1
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
@@ -32,7 +32,7 @@ jobs:
uses: github/issue-metrics@v3
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:python/cpython is:issue created:${{ env.last_month }} -reason:"not planned"'
SEARCH_QUERY: 'repo:hugovk/test is:issue created:${{ env.last_month }} -reason:"not planned"'

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

0 comments on commit af7a0b1

Please sign in to comment.