Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restructure README.md #126

Merged
merged 1 commit into from
Sep 27, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down