tests: move tests/plugins/*/tests.yml to tests/plugins/*/yml

This commit is contained in:
lowlighter
2022-01-13 23:47:13 -05:00
parent 64427b0a91
commit 9d21c3c973
42 changed files with 3 additions and 5 deletions

View File

@@ -0,0 +1,17 @@
- name: 🎟️ Follow-up of issues and pull requests - Opened on user's repositories
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_followup: 'yes'
- name: 🎟️ Follow-up of issues and pull requests - Opened by user
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_followup: 'yes'
plugin_followup_sections: user
- name: 🎟️ Follow-up of issues and pull requests - Indepth analysis
uses: lowlighter/metrics@latest
with:
token: MOCKED_TOKEN
plugin_followup: 'yes'
plugin_followup_indepth: 'yes'