From 0b532980a62a0a532e3fece29f34a1f603d10c7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Mar 2023 20:12:52 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20Code-Hex/first-label-interac?= =?UTF-8?q?tion=20from=201.0.1=20to=201.0.2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [Code-Hex/first-label-interaction](https://github.com/Code-Hex/first-label-interaction) from 1.0.1 to 1.0.2. - [Release notes](https://github.com/Code-Hex/first-label-interaction/releases) - [Commits](https://github.com/Code-Hex/first-label-interaction/compare/v1.0.1...v1.0.2) --- updated-dependencies: - dependency-name: Code-Hex/first-label-interaction dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/first-interaction-label.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/first-interaction-label.yml b/.github/workflows/first-interaction-label.yml index 61d3330..11d9e77 100644 --- a/.github/workflows/first-interaction-label.yml +++ b/.github/workflows/first-interaction-label.yml @@ -5,7 +5,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: Code-Hex/first-label-interaction@v1.0.1 + - uses: Code-Hex/first-label-interaction@v1.0.2 with: issue-labels: '["first"]' pr-labels: '["first"]'