Skip to content

Commit

Permalink
remove reason
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-near committed Nov 17, 2023
1 parent 6656a02 commit 6163d0d
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 @@ -31,7 +31,7 @@ jobs:
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:near/nearcore is:issue created:${{ steps.last-month.outputs.LAST_MONTH }} reason:"not planned"'
SEARCH_QUERY: 'repo:near/nearcore is:issue created:${{ steps.last-month.outputs.LAST_MONTH }}'

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

0 comments on commit 6163d0d

Please sign in to comment.