Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Commit 45cda3a

Browse files
committed
Update docs
1 parent 506c770 commit 45cda3a

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,15 @@
22

33
[![Build Status](https://api.cirrus-ci.com/github/cirrus-actions/rebase.svg)](https://cirrus-ci.com/github/cirrus-actions/rebase) [![](https://images.microbadger.com/badges/version/cirrusactions/rebase.svg)](https://microbadger.com/images/cirrusactions/rebase) [![](https://images.microbadger.com/badges/image/cirrusactions/rebase.svg)](https://microbadger.com/images/cirrusactions/rebase)
44

5-
After installation simply comment `/rebase` to trigger the action:
5+
After [installation](#installation) simply comment `/rebase` to trigger the action:
66

77
![rebase-action](https://user-images.githubusercontent.com/989066/51547853-14a57b00-1e35-11e9-841d-33114f0f0bd5.gif)
88

9+
# Supported Comments
10+
11+
* `/rebase` - to perform the default rebase.
12+
* `/rebase --autosquash` - to perform a rebase with `--autosquash` argument.
13+
914
# Installation
1015

1116
To configure the action simply add the following lines to your `.github/workflows/rebase.yml` workflow file:

0 commit comments

Comments
 (0)