Skip to content

Commit

Permalink
Merge pull request #54 from github/zkoppert-patch-1
Browse files Browse the repository at this point in the history
fix version typos
  • Loading branch information
zkoppert authored Jul 20, 2023
2 parents ccc849a + b6e818d commit ca201fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ jobs:
steps:

- name: Run issue-metrics tool for issues and prs opened in May 2023
uses: github/issue-metrics:v2
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SEARCH_QUERY: 'repo:owner/repo created:2023-05-01..2023-05-31 -reason:"not planned"'
Expand All @@ -192,7 +192,7 @@ jobs:
assignees: <YOUR_GITHUB_HANDLE_HERE>

- name: Run issue-metrics tool for issues and prs closed in May 2023
uses: github/issue-metrics:v2
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.GH_TOKEN }}
SEARCH_QUERY: 'repo:owner/repo closed:2023-05-01..2023-05-31 -reason:"not planned"'
Expand Down

0 comments on commit ca201fa

Please sign in to comment.