Skip to content

Repository Profiler

Actions

About

Extracts insights from repository code
v0.2.3
Latest
Star (3)

Repository Profiler Action

An action to add context to your pull requests by gathering git commit history 🚀

Usage

Add to your repository:

on:
  repository_dispatch:
    types: repo_profile_execution
jobs:
  profile:
    runs-on: ubuntu-22.04
    steps:
      - name: Checkout
        uses: actions/checkout@v3
        with:
          fetch-depth: 0
      - name: Repository Profiler
        uses: Alokit-Innovations/repo-profiler@v0

Repository Profiler is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Extracts insights from repository code
v0.2.3
Latest

Repository Profiler is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.