-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
27 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# IssueOps Labeler | ||
|
||
[![Check dist/](https://github.com/ncalteen/issueops-labeler/actions/workflows/check-dist.yml/badge.svg)](https://github.com/ncalteen/issueops-labeler/actions/workflows/check-dist.yml) | ||
[![CodeQL](https://github.com/ncalteen/issueops-labeler/actions/workflows/codeql.yml/badge.svg)](https://github.com/ncalteen/issueops-labeler/actions/workflows/codeql.yml) | ||
[![Continuous Integration](https://github.com/ncalteen/issueops-labeler/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/ncalteen/issueops-labeler/actions/workflows/continuous-integration.yml) | ||
[![Super Linter](https://github.com/ncalteen/issueops-labeler/actions/workflows/super-linter.yml/badge.svg)](https://github.com/ncalteen/issueops-labeler/actions/workflows/super-linter.yml) | ||
[![Check dist/](https://github.com/issue-ops/labeler/actions/workflows/check-dist.yml/badge.svg)](https://github.com/issue-ops/labeler/actions/workflows/check-dist.yml) | ||
[![CodeQL](https://github.com/issue-ops/labeler/actions/workflows/codeql.yml/badge.svg)](https://github.com/issue-ops/labeler/actions/workflows/codeql.yml) | ||
[![Continuous Integration](https://github.com/issue-ops/labeler/actions/workflows/continuous-integration.yml/badge.svg)](https://github.com/issue-ops/labeler/actions/workflows/continuous-integration.yml) | ||
[![Super Linter](https://github.com/issue-ops/labeler/actions/workflows/super-linter.yml/badge.svg)](https://github.com/issue-ops/labeler/actions/workflows/super-linter.yml) | ||
[![Code Coverage](./badges/coverage.svg)](./badges/coverage.svg) | ||
|
||
Manage labels for issues and pull requests | ||
|
@@ -31,7 +31,7 @@ jobs: | |
# Add labels to an issue in this repository | ||
- name: Add Labels | ||
id: add-labels | ||
uses: ncalteen/issueops-[email protected] | ||
uses: issue-ops/[email protected] | ||
with: | ||
action: add | ||
issue_number: 1 | ||
|
@@ -42,7 +42,7 @@ jobs: | |
# Remove labels from an issue in this repository | ||
- name: Remove Labels | ||
id: remove-labels | ||
uses: ncalteen/issueops-[email protected] | ||
uses: issue-ops/[email protected] | ||
with: | ||
action: remove | ||
issue_number: 1 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
{ | ||
"name": "issueops-labeler", | ||
"name": "labeler", | ||
"description": "Manage labels for issues and pull requests", | ||
"version": "1.1.0", | ||
"author": "Nick Alteen <[email protected]>", | ||
"homepage": "https://github.com/ncalteen/issueops-labeler#readme", | ||
"homepage": "https://github.com/issue-ops/labeler#readme", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/ncalteen/issueops-labeler.git" | ||
"url": "git+https://github.com/issue-ops/labeler.git" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/ncalteen/issueops-labeler/issues" | ||
"url": "https://github.com/issue-ops/labeler/issues" | ||
}, | ||
"keywords": [ | ||
"github", | ||
|