feat: revert change/2460-add-bump-issue-link-support-for-revert-stage-bump-in-wazuh-docker references

This commit is contained in:
wazuhci
2026-06-29 18:26:14 +00:00
parent 51572613ab
commit fb90896200
26 changed files with 78 additions and 78 deletions
@@ -2,7 +2,7 @@ run-name: >-
${{ github.event_name == 'workflow_dispatch'
&& format('Docker Integration Test - Manual {0} on {1}', inputs.deployment_type, inputs.pr_head_ref)
|| format('Docker Integration Test - #{0} {1}', github.event.issue.number, github.event.issue.title) }}
name: (1.x) PR Check - Docker Integration Tests
name: (5.x) PR Check - Docker Integration Tests
on:
issue_comment:
@@ -16,7 +16,7 @@ on:
automation_reference:
description: 'Branch of wazuh-automation to use'
required: false
default: 'v1.2.3-alpha8'
default: '5.0.0'
type: string
deployment_type:
description: 'Deployment type to test'
@@ -27,7 +27,7 @@ on:
- multi-node
- both
version:
description: 'Image version to test (e.g. 1.2.3).'
description: 'Image version to test (e.g. 5.0.0).'
required: false
type: string
stage: