Skip to content

Commit

Permalink
Distinguish between repo name and library name
Browse files Browse the repository at this point in the history
  • Loading branch information
lerebear committed Oct 9, 2023
1 parent 03cf563 commit 0a33568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# SizeUp Action

This repository contains a GitHub Action that wraps the [`sizeup-core` library](https://github.com/lerebear/sizeup-core) in order to provide a way to estimate the reviewability of a pull request as it goes through its lifecycle on GitHub.
This repository contains a GitHub Action that wraps the [`sizeup` library](https://github.com/lerebear/sizeup-core) in order to provide a way to estimate the reviewability of a pull request as it goes through its lifecycle on GitHub.

## Usage

Expand Down Expand Up @@ -31,7 +31,7 @@ See [`action.yml`](./action.yml)
## Configuration
This Action can be configured by specifying the `configuration-file` input. The value of that input should be the path to a YAML file that contains configuration for this Action and the underlying `sizeup-core` library.
This Action can be configured by specifying the `configuration-file` input. The value of that input should be the path to a YAML file that contains configuration for this Action and the underlying `sizeup` library.

An example configuration file looks like this:

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sizeup-action",
"description": "GitHub Actions wrapper for the sizeup-core library",
"description": "GitHub Actions wrapper for the sizeup library",
"version": "0.1.2",
"author": "Ọlálérè Williams",
"private": true,
Expand Down

0 comments on commit 0a33568

Please sign in to comment.