Skip to content

Commit a99fb5d

Browse files
chore(deps): update konflux-ci/release-service-automations digest to 5da461e
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
1 parent 5857a34 commit a99fb5d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-ai-labeler.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Label PR using shared action
17-
uses: konflux-ci/release-service-automations/pr-ai-labeler@298787f9a7b5185e12b0f3d573fe461a88846a2e # main
17+
uses: konflux-ci/release-service-automations/pr-ai-labeler@5da461efb1b29e523d01989ee09758e85099bda8 # main
1818
with:
1919
github-token: ${{ secrets.GITHUB_TOKEN }}
2020
pr-number: ${{ github.event.pull_request.number }}

.github/workflows/pr-assigner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Assign reviewers using shared action
17-
uses: konflux-ci/release-service-automations/pr-assigner@298787f9a7b5185e12b0f3d573fe461a88846a2e # main
17+
uses: konflux-ci/release-service-automations/pr-assigner@5da461efb1b29e523d01989ee09758e85099bda8 # main
1818
with:
1919
event-type: ${{ github.event.action }}
2020
pr-number: ${{ github.event.pull_request.number }}

.github/workflows/promote_branch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ jobs:
201201
steps.promote.outcome == 'success' &&
202202
inputs.update-jira-tickets == true &&
203203
steps.promote.outputs.parsed_tickets_file != ''
204-
uses: konflux-ci/release-service-automations/jira-ci@298787f9a7b5185e12b0f3d573fe461a88846a2e # main
204+
uses: konflux-ci/release-service-automations/jira-ci@5da461efb1b29e523d01989ee09758e85099bda8 # main
205205
with:
206206
jira_url: "https://redhat.atlassian.net"
207207
promotion_type: ${{ inputs.promotion-type }}

0 commit comments

Comments
 (0)