From 1bd7713c1387b2718552dc013aabd95b811fe277 Mon Sep 17 00:00:00 2001 From: Falk Puschner Date: Fri, 13 Mar 2026 08:03:11 +0100 Subject: [PATCH] :memo: Update documentation with new version --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c2265665..83165e30 100644 --- a/README.md +++ b/README.md @@ -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 }} @@ -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 }} ``` @@ -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 @@ -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