Skip to content

Commit

Permalink
Merge pull request #250 from Staffbase/release-1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stummi committed Jul 5, 2023
2 parents 8de97a1 + 0c61734 commit 3ae189a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 9 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.7.0
uses: Staffbase/autodev-action@v1.8.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.7.0
uses: Staffbase/autodev-action@v1.8.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.7.0
uses: Staffbase/autodev-action@v1.8.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.7.0
uses: Staffbase/autodev-action@v1.8.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
labels: true
Expand Down
12 changes: 9 additions & 3 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

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.7.0",
"version": "v1.8.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 3ae189a

Please sign in to comment.