Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@v2.6.0
uses: Staffbase/autodev-action@v2.7.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 a dev branch if you're using a version older than v2.2.

```yaml
- name: Autodev
uses: Staffbase/autodev-action@v2.6.0
uses: Staffbase/autodev-action@v2.7.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@v2.6.0
uses: Staffbase/autodev-action@v2.7.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@v2.6.0
uses: Staffbase/autodev-action@v2.7.0
with:
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
labels: true
Expand Down
Loading