Skip to content

Commit 3ae189a

Browse files
authored
Merge pull request #250 from Staffbase/release-1.8.0
2 parents 8de97a1 + 0c61734 commit 3ae189a

File tree

4 files changed

+15
-9
lines changed

4 files changed

+15
-9
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.7.0
31+
uses: Staffbase/autodev-action@v1.8.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.7.0
62+
uses: Staffbase/autodev-action@v1.8.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.7.0
71+
uses: Staffbase/autodev-action@v1.8.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.7.0
83+
uses: Staffbase/autodev-action@v1.8.0
8484
with:
8585
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
8686
labels: true

dist/index.js

Lines changed: 9 additions & 3 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.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.7.0",
3+
"version": "v1.8.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)