Skip to content

Commit

Permalink
for orig repo
Browse files Browse the repository at this point in the history
  • Loading branch information
bretg committed Nov 17, 2024
1 parent 25a19f1 commit 0401ddc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ outputs:

runs:
using: 'docker'
image: 'Dockerfile'
image: 'docker://ghcr.io/paritytech/stale-pr-finder/action:0.2.0'
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "stale-pr-finder",
"version": "0.3.0",
"version": "0.2.0",
"description": "GitHub action that finds stale PRs and produce an output with them",
"main": "src/index.ts",
"scripts": {
Expand All @@ -13,7 +13,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/bretg/stale-pr-finder.git"
"url": "git+https://github.com/paritytech/stale-pr-finder.git"
},
"keywords": [
"github-action",
Expand All @@ -26,9 +26,9 @@
"author": "Javier Bullrich <javier.bullrich@parity.io>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bretg/stale-pr-finder/issues"
"url": "https://github.com/paritytech/stale-pr-finder/issues"
},
"homepage": "https://github.com/bretg/stale-pr-finder#readme",
"homepage": "https://github.com/paritytech/stale-pr-finder#readme",
"dependencies": {
"@actions/core": "^1.10.0",
"@actions/github": "^5.1.1",
Expand Down

0 comments on commit 0401ddc

Please sign in to comment.