From 12e6d30be8f056921a9091e31ca19278b768dce5 Mon Sep 17 00:00:00 2001 From: Rockerz <64583161+rajveer43@users.noreply.github.com> Date: Thu, 21 Sep 2023 08:18:58 +0000 Subject: [PATCH] Add Table of Contents --- README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.md b/README.md index b4f3c3a..ce5d4c8 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,22 @@ +# Table of Contents +- [Issue Metrics Action](#issue-metrics-action) + - [Example use cases](#example-use-cases) + - [Support](#support) + - [Use as a GitHub Action](#use-as-a-github-action) + - [Configuration](#configuration) + - [Example workflows](#example-workflows) + - [Calculated Time Example](#calculated-time-example) + - [Fixed Time Example](#fixed-time-example) + - [Multiple Repositories Example](#multiple-repositories-example) + - [SEARCH_QUERY](#search_query) + - [Measuring time spent in labels](#measuring-time-spent-in-labels) + - [Example issue_metrics.md output](#example-issue_metricsmd-output) + - [Example using the JSON output instead of the markdown output](#example-using-the-json-output-instead-of-the-markdown-output) + - [Assigning teams instead of individuals](#assigning-teams-instead-of-individuals) + - [Local usage without Docker](#local-usage-without-docker) + - [License](#license) + + # Issue Metrics Action [![CodeQL](https://github.com/github/issue-metrics/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/codeql-analysis.yml) [![Docker Image CI](https://github.com/github/issue-metrics/actions/workflows/docker-image.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/docker-image.yml) [![Python package](https://github.com/github/issue-metrics/actions/workflows/python-package.yml/badge.svg)](https://github.com/github/issue-metrics/actions/workflows/python-package.yml)