From b353325a634b37518b626c03c7299dc978f76b7c Mon Sep 17 00:00:00 2001 From: "red-hat-konflux[bot]" <126015336+red-hat-konflux[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 14:35:43 +0000 Subject: [PATCH] chore(deps): update konflux-ci/release-service-automations digest to 83d9c2d Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com> --- .github/workflows/pr-ai-labeler.yaml | 2 +- .github/workflows/pr-assigner.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-ai-labeler.yaml b/.github/workflows/pr-ai-labeler.yaml index 5aef378b1..52066c786 100644 --- a/.github/workflows/pr-ai-labeler.yaml +++ b/.github/workflows/pr-ai-labeler.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Label PR using shared action - uses: konflux-ci/release-service-automations/pr-ai-labeler@5da461efb1b29e523d01989ee09758e85099bda8 # main + uses: konflux-ci/release-service-automations/pr-ai-labeler@83d9c2d809eab0e44b802a5983b086ac47b635ac # main with: github-token: ${{ secrets.GITHUB_TOKEN }} pr-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/pr-assigner.yaml b/.github/workflows/pr-assigner.yaml index 6c25e3dae..602ab44a0 100644 --- a/.github/workflows/pr-assigner.yaml +++ b/.github/workflows/pr-assigner.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign reviewers using shared action - uses: konflux-ci/release-service-automations/pr-assigner@5da461efb1b29e523d01989ee09758e85099bda8 # main + uses: konflux-ci/release-service-automations/pr-assigner@83d9c2d809eab0e44b802a5983b086ac47b635ac # main with: event-type: ${{ github.event.action }} pr-number: ${{ github.event.pull_request.number }}