From e8b30e8bdc6342be073d8202ca4e7477136a2757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 Jul 2022 01:15:14 +0000 Subject: [PATCH] Bump samspills/assign-pr-to-author from 1.0.1 to 1.0.2 Bumps [samspills/assign-pr-to-author](https://github.com/samspills/assign-pr-to-author) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/samspills/assign-pr-to-author/releases) - [Commits](https://github.com/samspills/assign-pr-to-author/compare/223a87a821f7e7447cfb5221bc53ceeb633341c2...b313feb250ff414d3aff26525b986f080ee7bd7a) --- updated-dependencies: - dependency-name: samspills/assign-pr-to-author dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-assign-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-assign-pr.yml b/.github/workflows/auto-assign-pr.yml index c3b5483..3231eef 100644 --- a/.github/workflows/auto-assign-pr.yml +++ b/.github/workflows/auto-assign-pr.yml @@ -18,6 +18,6 @@ jobs: egress-policy: audit # TODO: change to 'egress-policy: block' after couple of runs - name: Auto Assign PR - uses: samspills/assign-pr-to-author@223a87a821f7e7447cfb5221bc53ceeb633341c2 + uses: samspills/assign-pr-to-author@b313feb250ff414d3aff26525b986f080ee7bd7a with: repo-token: '${{ secrets.GITHUB_TOKEN }}'