Skip to content

Commit

Permalink
bumped version
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-scott committed Apr 3, 2023
1 parent 2edd53d commit f293c79
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# action-automerge
# automerger-action

GitHub action to automatically merge the source branch into a target branch every time a change is made. A webhook can be configured to send both a successful or failure notification to Slack.

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- name: checkout
uses: actions/checkout@v2
- name: merge
uses: mtanzi/action-automerge@v1
uses: mtanzi/automerger-action@v1
id: merge
with:
github_token: ${{ github.token }}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "action-automerge",
"name": "automerger-action",
"version": "1.0.2",
"description": "This action automerge the source branch into the target branch.",
"main": "src/index.js",
Expand All @@ -9,7 +9,7 @@
},
"repository": {
"type": "git",
"url": "git+https://github.com/mtanzi/action-automerge.git"
"url": "git+https://github.com/mtanzi/automerger-action.git"
},
"keywords": [
"actions",
Expand Down

0 comments on commit f293c79

Please sign in to comment.