chore(tests): rebuild tests

This commit is contained in:
lowlighter
2022-06-24 13:33:17 -04:00
parent f544663a3f
commit 82cfb27b94
6 changed files with 45 additions and 2 deletions

View File

@@ -21,3 +21,11 @@
plugin_followup_indepth: 'yes'
use_mocked_data: 'yes'
verify: 'yes'
- name: 🎟️ Follow-up of issues and pull requests - Exclude Archived
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_followup: 'yes'
plugin_followup_archived: 'no'
use_mocked_data: 'yes'
verify: 'yes'