docs: updated workflows examples and options descriptions (#772) [skip ci]
This commit is contained in:
25
source/plugins/followup/examples.yml
Normal file
25
source/plugins/followup/examples.yml
Normal file
@@ -0,0 +1,25 @@
|
||||
- name: Opened on user's repositories
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.followup.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_followup: yes
|
||||
|
||||
- name: Opened by user
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.followup.user.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_followup: yes
|
||||
plugin_followup_sections: user
|
||||
|
||||
- name: Indepth analysis
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
filename: metrics.plugin.followup.indepth.svg
|
||||
token: ${{ secrets.METRICS_TOKEN }}
|
||||
base: ""
|
||||
plugin_followup: yes
|
||||
plugin_followup_indepth: yes
|
||||
Reference in New Issue
Block a user