From 3dcbfb30565895fe7180afa1f8ea2c866adf21d1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 May 2024 09:58:20 -0500 Subject: [PATCH] Bump davideviolante/pr-reviews-reminder-action from 2.7.0 to 2.8.0 (#270) Bumps [davideviolante/pr-reviews-reminder-action](https://github.com/davideviolante/pr-reviews-reminder-action) from 2.7.0 to 2.8.0. - [Release notes](https://github.com/davideviolante/pr-reviews-reminder-action/releases) - [Commits](https://github.com/davideviolante/pr-reviews-reminder-action/compare/v2.7.0...v2.8.0) --- updated-dependencies: - dependency-name: davideviolante/pr-reviews-reminder-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/pr-reminder.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-reminder.yml b/.github/workflows/pr-reminder.yml index 247fc69c..cb4fdec7 100644 --- a/.github/workflows/pr-reminder.yml +++ b/.github/workflows/pr-reminder.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - run: echo Sending reminder to requested reviewers. - - uses: davideviolante/pr-reviews-reminder-action@v2.7.0 + - uses: davideviolante/pr-reviews-reminder-action@v2.8.0 env: GITHUB_TOKEN: ${{ github.token }} with: