Skip to content

Commit

Permalink
Merge pull request #2 from Ch4s3r/test
Browse files Browse the repository at this point in the history
feat: my feature
  • Loading branch information
Ch4s3r authored Jun 24, 2024
2 parents d66de82 + 9f24c20 commit 23c49c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- master

env:
DOCKER_IMAGE_NAME: mergeability/mergeable
DOCKER_IMAGE_NAME: ch4s3r/mergeable

jobs:
build:
Expand Down
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ module.exports = (robot, { getRouter }) => {
router.use(prometheusMiddleware())
}
}

logger.init(robot.log)
const mergeable = new Mergeable(process.env.NODE_ENV)
mergeable.start(robot)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"name": "@mergeability/mergeable",
"name": "@ch4s3r/mergeable",
"version": "2.17.3",
"description": "",
"author": "Justin Law <[email protected]> (https://github.io/mergeability/mergeable), Shine Lee <[email protected]>",
"license": "AGPL-3.0-only",
"repository": "https://github.com/mergeability/mergeable.git",
"repository": "https://github.com/ch4s3r/mergeable.git",
"scripts": {
"dev": "cross-env NODE_ENV=development nodemon --exec 'npm start'",
"start": "probot run ./index.js",
Expand Down

0 comments on commit 23c49c5

Please sign in to comment.