Files
metrics/tests/plugins/followup.yml

18 lines
579 B
YAML

- 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'