Add options to hide author and time to answer in issue metrics workflow

This commit is contained in:
mr. M
2024-12-22 00:35:51 +01:00
parent c338a96d8f
commit 7d2a0e6d4e

View File

@@ -43,6 +43,8 @@ jobs:
uses: github/issue-metrics@v2
env:
GH_TOKEN: ${{ secrets.DEPLOY_KEY }}
HIDE_AUTHOR: true
HIDE_TIME_TO_ANSWER: true
SEARCH_QUERY: 'repo:zen-browser/desktop is:issue created:${{ env.last_month }} -reason:"not planned"'
- name: Move metrics to docs folder