From 0e4b6c6a8d295219fbbe7964a3383d04a3a376c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 May 2022 13:25:15 +0000 Subject: [PATCH] github-actions: bump Matticusau/pr-helper from 1.2.5 to 1.3.3 Bumps [Matticusau/pr-helper](https://github.com/Matticusau/pr-helper) from 1.2.5 to 1.3.3. - [Release notes](https://github.com/Matticusau/pr-helper/releases) - [Changelog](https://github.com/Matticusau/pr-helper/blob/main/CHANGELOG.md) - [Commits](https://github.com/Matticusau/pr-helper/compare/v1.2.5...v1.3.3) --- updated-dependencies: - dependency-name: Matticusau/pr-helper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-helper.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-helper.yml b/.github/workflows/pr-helper.yml index ec0e175edb..b47b618c78 100644 --- a/.github/workflows/pr-helper.yml +++ b/.github/workflows/pr-helper.yml @@ -10,7 +10,7 @@ jobs: steps: - name: Run PR Helper on Schedule id: runprhelperonschedule - uses: Matticusau/pr-helper@v1.2.5 + uses: Matticusau/pr-helper@v1.3.3 with: repo-token: ${{ secrets.GHACTION_PAT }} enable-prmerge-automation: true