diff --git a/.github/workflows/monthly-repo-metrics.yml b/.github/workflows/monthly-repo-metrics.yml index 169c834ed..b78a53ef9 100644 --- a/.github/workflows/monthly-repo-metrics.yml +++ b/.github/workflows/monthly-repo-metrics.yml @@ -41,7 +41,7 @@ jobs: echo "last_month=$first_day..$last_day" >> "$GITHUB_ENV" - name: Report on issues - uses: github/issue-metrics@61084fa9599a62c7821f06602e180a42d1c7a205 # v5.0.1 + uses: github/issue-metrics@a7dc2fb675661e208d4fc6fa321a6b95fc4a06f9 # v5.0.2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEARCH_QUERY: repo:aws-samples/sample-autonomous-cloud-coding-agents is:issue created:${{ env.last_month }} -reason:"not planned" @@ -54,7 +54,7 @@ jobs: content-filepath: ./issue_metrics.md - name: Report on PRs - uses: github/issue-metrics@61084fa9599a62c7821f06602e180a42d1c7a205 # v5.0.1 + uses: github/issue-metrics@a7dc2fb675661e208d4fc6fa321a6b95fc4a06f9 # v5.0.2 env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} SEARCH_QUERY: repo:aws-samples/sample-autonomous-cloud-coding-agents is:pr created:${{ env.last_month }} -is:draft