From 52970f794e37c72b4a01a521224d4ef58e45aa29 Mon Sep 17 00:00:00 2001 From: Felipe Domingues Date: Thu, 16 Apr 2026 22:17:15 -0300 Subject: [PATCH] feat: setup metrics action for AI developer profile --- .github/workflows/metrics.yml | 76 +++++++++++++++++++++++++++++++++++ README.md | 30 ++++++++++++++ 2 files changed, 106 insertions(+) create mode 100644 .github/workflows/metrics.yml create mode 100644 README.md diff --git a/.github/workflows/metrics.yml b/.github/workflows/metrics.yml new file mode 100644 index 0000000..c989a4d --- /dev/null +++ b/.github/workflows/metrics.yml @@ -0,0 +1,76 @@ +name: Metrics + +on: + schedule: + - cron: '0 0 * * *' + workflow_dispatch: + push: + branches: + - main + +jobs: + metrics: + runs-on: ubuntu-latest + steps: + - uses: lowlighter/metrics@master + with: + token: ${{ secrets.METRICS_TOKEN }} + + plugin_base: yes + plugin_base_separator: " " + + plugin_activity: yes + plugin_activity_limit: 7 + plugin_activity_load: 300 + plugin_activity_visibility: public + plugin_activity_sections: contributions,commits + + plugin_languages: yes + plugin_languages_colors: '#4584b6,#ffdf5d,#616163,#4e8e4e,#356862,#e38844' + plugin_languages_limit: 5 + plugin_languages_use_language: yes + plugin_languages_transition: no + + plugin_streak: yes + plugin_streak_days: 60 + plugin_streak_lines: 3 + plugin_streak_total: yes + + plugin_views: yes + plugin_views_days: 14 + plugin_views_color: 'F75132' + plugin_views_style: 'flat' + + plugin_achievements: yes + plugin_achievements_mode: shared + plugin_achievements_threshold: '0,1,7,14,31,93,365,730,1095' + + plugin_posts: no + plugin_rss: no + + output_format: markdown + use_template: yes + output_file: README.md + + base_color: '1a1b26' + base_theme: high-contrast + + text_color: 'FAFAFA' + text_brightness: '0' + + label_color: '66D9EF' + label_brightness: '0' + + badge_color: 'A6E22E' + badge_brightness: '0' + + icon_color: 'E6DB74' + icon_brightness: '0' + + animations: yes + animations_steps: 80 + animations_speed: 1.5 + + base: '' + plugin_base_path: '' + plugin_achievements_path: '' \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..aee7cbf --- /dev/null +++ b/README.md @@ -0,0 +1,30 @@ +--- + + + +

+ +

+ +
+ +### AI Developer & Vibecoder 🤖 + +Construindo o futuro com agentes de IA, código e prompts. + +
+ +--- + + + + + + + + +--- + +

+ +

\ No newline at end of file