Skip to content
This repository was archived by the owner on Dec 30, 2025. It is now read-only.

Commit 6c9ab1b

Browse files
committed
Update documentation for reusable workflows
- Add subsections to Table of Contents for Reusable Workflows section - Promote Table of Contents to proper heading level (#) - Add placeholder entry in CHANGELOG for next contribution
1 parent a40100a commit 6c9ab1b

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
### 0.2.2 (Next)
44

5+
* Your contribution here.
56
* [#15](https://github.com/ruby-grape/danger/pull/15): Extract danger reporting infrastructure into reusable workflows and gem - [@numbata](https://github.com/numbata).
67

78
### 0.2.1 (2024/02/01)

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,18 @@
44

55
[![Build Status](https://travis-ci.org/ruby-grape/danger.svg?branch=master)](https://travis-ci.org/ruby-grape/danger)
66

7-
## Table of Contents
7+
# Table of Contents
88

99
- [Setup](#setup)
1010
- [Add Danger](#add-danger)
1111
- [Add Dangerfile](#add-dangerfile)
1212
- [Add GitHub Actions Workflows](#add-github-actions-workflows)
1313
- [Commit via a Pull Request](#commit-via-a-pull-request)
1414
- [Reusable Workflows](#reusable-workflows)
15+
- [Architecture](#architecture)
16+
- [Benefits of Reusable Workflows](#benefits-of-reusable-workflows)
17+
- [How It Works](#how-it-works)
18+
- [Examples](#examples)
1519
- [License](#license)
1620

1721
## Setup

0 commit comments

Comments
 (0)