Skip to content

Commit

Permalink
⬆️ bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
flaxel committed Jan 10, 2023
1 parent 04b14da commit 2a0f7e7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: 0

- name: Autodev
uses: Staffbase/autodev-action@v1.5.1
uses: Staffbase/autodev-action@v1.6.0
with:
# The token used to fetch the pull requests from the GitHub API
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
Expand Down Expand Up @@ -59,7 +59,7 @@ Always create the dev branch.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.5.1
uses: Staffbase/autodev-action@v1.6.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
```
Expand All @@ -68,7 +68,7 @@ Add a status comment if the merge was successful or failed.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.5.1
uses: Staffbase/autodev-action@v1.6.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
comments: true
Expand All @@ -80,7 +80,7 @@ Add a status label if the merge was successful or failed.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v1.5.1
uses: Staffbase/autodev-action@v1.6.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
labels: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autodev-action",
"version": "v1.5.1",
"version": "v1.6.0",
"description": "Github Action that tries to merge all commits from a PR with the dev label into the dev branch.",
"main": "lib/index.js",
"scripts": {
Expand Down

0 comments on commit 2a0f7e7

Please sign in to comment.