We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20497cf commit 72e37c5Copy full SHA for 72e37c5
.github/workflows/issue-metrics.yml
@@ -44,7 +44,7 @@ jobs:
44
echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV"
45
46
- name: Run issue-metrics tool
47
- uses: github/issue-metrics@v3
+ uses: github/issue-metrics@v4
48
env:
49
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
50
SEARCH_QUERY: 'spring-boot-admin:codecentric/spring-boot-admin is:issue created:${{ env.last_month }} -reason:"not planned"'
0 commit comments