From c77ddfc2ac79f5e7cb1d9206644a060a0ebedd55 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:39:27 +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.3?= 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.3. - [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.3) --- 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..cd01c4f 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.3 with: issue-labels: '["first"]' pr-labels: '["first"]'