From 931bf67cf03521ea658ba3e42a6310e8a5f69567 Mon Sep 17 00:00:00 2001 From: Benjamin Lei <9943953+benlei@users.noreply.github.com> Date: Fri, 25 Oct 2024 00:00:24 -0700 Subject: [PATCH] renaming repo (#6) --- README.md | 12 ++++++------ action.yml | 6 ++++-- package-lock.json | 8 ++++---- package.json | 10 +++++----- 4 files changed, 19 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 2eff413..035140d 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ -# benlei/get-merged-pull-request +# benlei/find-merged-pull-request -[![GitHub Super-Linter](https://github.com/benlei/get-merged-pull-request/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) -![CI](https://github.com/benlei/get-merged-pull-request/actions/workflows/ci.yml/badge.svg) -[![Check dist/](https://github.com/benlei/get-merged-pull-request/actions/workflows/check-dist.yml/badge.svg)](https://github.com/benlei/get-merged-pull-request/actions/workflows/check-dist.yml) -[![CodeQL](https://github.com/benlei/get-merged-pull-request/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/benlei/get-merged-pull-request/actions/workflows/codeql-analysis.yml) +[![GitHub Super-Linter](https://github.com/benlei/find-merged-pull-request/actions/workflows/linter.yml/badge.svg)](https://github.com/super-linter/super-linter) +![CI](https://github.com/benlei/find-merged-pull-request/actions/workflows/ci.yml/badge.svg) +[![Check dist/](https://github.com/benlei/find-merged-pull-request/actions/workflows/check-dist.yml/badge.svg)](https://github.com/benlei/find-merged-pull-request/actions/workflows/check-dist.yml) +[![CodeQL](https://github.com/benlei/find-merged-pull-request/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/benlei/find-merged-pull-request/actions/workflows/codeql-analysis.yml) [![Coverage](./badges/coverage.svg)](./badges/coverage.svg) This action can be used to try to match the current commit of the running @@ -46,7 +46,7 @@ use the `pull_request` event due to the limitations around the event. ```yaml - name: Get merged pull request id: merged - uses: benlei/get-merged-pull-request@v1 + uses: benlei/find-merged-pull-request@v1 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/action.yml b/action.yml index 8badfd6..746a02e 100644 --- a/action.yml +++ b/action.yml @@ -1,5 +1,7 @@ -name: 'Get Merged Pull Request' -description: 'Gets details about the pull request that was merged' +name: 'Find Merged Pull Request' +description: + 'Finds and gets details about the pull request that was merged for current + commit' author: 'benlei' # Add your action's branding here. This will appear on the GitHub Marketplace. diff --git a/package-lock.json b/package-lock.json index e73000d..1684852 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { - "name": "get-merged-pull-request", - "version": "1.0.0", + "name": "find-merged-pull-request", + "version": "1.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "get-merged-pull-request", - "version": "1.0.0", + "name": "find-merged-pull-request", + "version": "1.0.1", "license": "MIT", "dependencies": { "@actions/core": "^1.11.1", diff --git a/package.json b/package.json index 115b0ee..9d93612 100644 --- a/package.json +++ b/package.json @@ -1,16 +1,16 @@ { - "name": "get-merged-pull-request", + "name": "find-merged-pull-request", "description": "GitHub Actions TypeScript template", - "version": "1.0.0", + "version": "1.0.1", "author": "benlei", "private": true, - "homepage": "https://github.com/benlei/get-merged-pull-request", + "homepage": "https://github.com/benlei/find-merged-pull-request", "repository": { "type": "git", - "url": "git+https://github.com/benlei/get-merged-pull-request.git" + "url": "git+https://github.com/benlei/find-merged-pull-request.git" }, "bugs": { - "url": "https://github.com/benlei/get-merged-pull-request/issues" + "url": "https://github.com/benlei/find-merged-pull-request/issues" }, "keywords": [ "actions",