From b51e3aa5fe3fec29b69f42d7c8fcb0820f2ef885 Mon Sep 17 00:00:00 2001 From: Bogdan Andrei <63673190+bobobo199733@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:42:49 +0200 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3c9858d..f4356cf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,12 +17,12 @@ jobs: uses: github/issue-metrics@v2 env: GH_TOKEN: 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 - SEARCH_QUERY: 'repo:surge-synthesizer/surge is:issue created:2018-09-01..2019-12-31 -reason:"not planned"' + SEARCH_QUERY: 'repo:surge-synthesizer/surge is:issue created:2018-09-25..2019-02-28 -reason:"not planned"' - name: Create issue uses: peter-evans/create-issue-from-file@v4 with: - title: surge - Page 9 - Issue metrics report + title: Monthly issue metrics report token: ${{secrets.GH_TOKEN}} content-filepath: ./issue_metrics.md assignees: bobobo199733