Skip to content

Commit

Permalink
renaming repo (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
benlei authored Oct 25, 2024
1 parent 44ea27b commit 931bf67
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 17 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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 }}

Expand Down
6 changes: 4 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
8 changes: 4 additions & 4 deletions package-lock.json

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

10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 931bf67

Please sign in to comment.