From 46e56d9c91c4dfe70b46b9e166a2ece66c7e5877 Mon Sep 17 00:00:00 2001 From: Matticusau Date: Sun, 7 Feb 2021 21:56:55 +1000 Subject: [PATCH] project rename --- README.md | 16 ++++++++-------- docs/README.md | 4 ++-- package-lock.json | 2 +- package.json | 8 ++++---- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 9a3c09f..a6cd237 100644 --- a/README.md +++ b/README.md @@ -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. @@ -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 @@ -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 diff --git a/docs/README.md b/docs/README.md index dfc58b7..6ebc6bd 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 4d455dd..bd99071 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,5 +1,5 @@ { - "name": "projectcard-autolabels", + "name": "projectcard-autolabel", "version": "1.0.0", "lockfileVersion": 1, "requires": true, diff --git a/package.json b/package.json index cbc4189..8d2b73a 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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",