Skip to content

Commit

Permalink
test run
Browse files Browse the repository at this point in the history
  • Loading branch information
brettedw committed Nov 7, 2024
1 parent f12cfdf commit 395df1e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/issue-metrics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,11 @@ jobs:
if: ${{ env.skip_run != 'true' }}
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SEARCH_QUERY: 'repo:bcgov/wps is:issue closed:${{ env.biweekly_period }} -reason:"not planned"'
HIDE_LABEL_METRICS: "true"
HIDE_TIME_TO_ANSWER: "true"
HIDE_TIME_TO_FIRST_RESPONSE: "true"
REPORT_TITLE: "Sprint metrics - ${{ env.biweekly_period }}"
SEARCH_QUERY: "repo:bcgov/wps is:issue closed:${{ env.biweekly_period }}"

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

0 comments on commit 395df1e

Please sign in to comment.