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