Skip to content

Commit

Permalink
project rename
Browse files Browse the repository at this point in the history
  • Loading branch information
Matticusau committed Feb 7, 2021
1 parent 5d8e254 commit 46e56d9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[![License](https://img.shields.io/github/license/Matticusau/pr-helper.svg?style=flat-square)](LICENSE)
[![Last commit](https://img.shields.io/github/last-commit/Matticusau/pr-helper.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/commits)
[![Latest tag](https://img.shields.io/github/tag/Matticusau/pr-helper.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/releases)
[![Issues](https://img.shields.io/github/issues/Matticusau/pr-helper.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/issues)
[![Pull requests](https://img.shields.io/github/issues-pr/Matticusau/pr-helper.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/pulls)
[![License](https://img.shields.io/github/license/Matticusau/projectcard-autolabel.svg?style=flat-square)](LICENSE)
[![Last commit](https://img.shields.io/github/last-commit/Matticusau/projectcard-autolabel.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/commits)
[![Latest tag](https://img.shields.io/github/tag/Matticusau/projectcard-autolabel.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/releases)
[![Issues](https://img.shields.io/github/issues/Matticusau/projectcard-autolabel.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/issues)
[![Pull requests](https://img.shields.io/github/issues-pr/Matticusau/projectcard-autolabel.svg?style=flat-square)](https://github.com/heinrichreimer/action-github-changelog-generator/pulls)

# projectcard-autolabels
# projectcard-autolabel

[GitHub Action](https://github.com/features/actions) to automatically assign labels as the project card moves between columns of a project board. Very versatile with plenty of configuration settings to adapt to many different implementations.

Expand Down Expand Up @@ -39,7 +39,7 @@ None

## Example usage

Create the following file within your repo as `.github/workflows/projectcard-autolabels.yml` to configure an action.
Create the following file within your repo as `.github/workflows/projectcard-autolabel.yml` to configure an action.

```yml
name: ProjectCard Auto Labels
Expand All @@ -60,7 +60,7 @@ jobs:
autolabel-config: '[{"column":"in-progress"; "add-labels":["in-progress"]; "remove-labels":["triage"]}]'
```
> Note: The `uses` syntax includes tag/branch specification. For the latest release see [tags](https://github.com/Matticusau/projectcard-autolabels/tags).
> Note: The `uses` syntax includes tag/branch specification. For the latest release see [tags](https://github.com/Matticusau/projectcard-autolabel/tags).

To restrict the branches that this workflow executes on use this syntax

Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ProjectCard-AutoLabels Docs
# ProjectCard-AutoLabel Docs

Simple documentation around ProjectCard-AutoLabels, including notes for contributors on payloads
Simple documentation around ProjectCard-AutoLabel, including notes for contributors on payloads

## GitHub API & Webhook Payload notes

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "projectcard-autolabels",
"name": "projectcard-autolabel",
"version": "1.0.0",
"description": "A GitHub Action to autolabel project cards",
"main": "lib/main.js",
Expand All @@ -15,15 +15,15 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/Matticusau/projectcard-autolabels.git"
"url": "git+https://github.com/Matticusau/projectcard-autolabel.git"
},
"keywords": [],
"author": "MatticusAu",
"license": "MIT",
"bugs": {
"url": "https://github.com/Matticusau/projectcard-autolabels/issues"
"url": "https://github.com/Matticusau/projectcard-autolabel/issues"
},
"homepage": "https://github.com/Matticusau/projectcard-autolabels#readme",
"homepage": "https://github.com/Matticusau/projectcard-autolabel#readme",
"dependencies": {
"@actions/core": "^1.2.4",
"@actions/github": "^3.0.0",
Expand Down

0 comments on commit 46e56d9

Please sign in to comment.