Skip to content

Commit 1da93b2

Browse files
authored
⬆️ bump version (#200)
* ⬆️ bump version * 🎨 update meta files
1 parent 04b14da commit 1da93b2

File tree

5 files changed

+48
-30
lines changed

5 files changed

+48
-30
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
fetch-depth: 0
2929

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

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

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

8181
```yaml
8282
- name: Autodev
83-
uses: Staffbase/autodev-action@v1.5.1
83+
uses: Staffbase/autodev-action@v1.6.0
8484
with:
8585
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8686
labels: true

dist/index.js

Lines changed: 40 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "autodev-action",
3-
"version": "v1.5.1",
3+
"version": "v1.6.0",
44
"description": "Github Action that tries to merge all commits from a PR with the dev label into the dev branch.",
55
"main": "lib/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)