1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-08 01:19:59 +02:00

Remove 'not planned' filter from issue metrics search query

This commit is contained in:
mr. M 2024-12-25 13:23:37 +01:00
parent 9f18e58c69
commit c5a0ec3919
No known key found for this signature in database
GPG key ID: CBD57A2AEDBDA1FB

View file

@ -45,7 +45,7 @@ jobs:
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"'
SEARCH_QUERY: 'repo:zen-browser/desktop is:issue created:${{ env.last_month }}'
- name: Move metrics to docs folder
run: |