0f33f8ca64
Resolves: RHEL-13192,RHEL-13193,RHEL-27944,RHEL-32853,RHEL-38830,RHEL-45913,RHEL-52326
74 lines
2.2 KiB
Diff
74 lines
2.2 KiB
Diff
From 53ee0740d5913d20bf35f7613a12072fd2ebe0d0 Mon Sep 17 00:00:00 2001
|
|
From: Jan Macku <jamacku@redhat.com>
|
|
Date: Wed, 17 Jul 2024 15:45:31 +0200
|
|
Subject: [PATCH] ci: fix source-git automation
|
|
|
|
rhel-only
|
|
|
|
Related: RHEL-30581
|
|
---
|
|
.github/tracker-validator.yml | 28 +++++++++++-----------
|
|
.../workflows/source-git-automation-on-demand.yml | 1 +
|
|
.github/workflows/source-git-automation.yml | 1 +
|
|
3 files changed, 16 insertions(+), 14 deletions(-)
|
|
|
|
diff --git a/.github/tracker-validator.yml b/.github/tracker-validator.yml
|
|
index f88cc0a5..31ef28f6 100644
|
|
--- a/.github/tracker-validator.yml
|
|
+++ b/.github/tracker-validator.yml
|
|
@@ -12,17 +12,17 @@ products:
|
|
- rhel-9.2.0.z
|
|
- rhel-9.3.0
|
|
- rhel-9.3.0.z
|
|
- - rhel-9.4.0
|
|
- - rhel-9.4.0.z
|
|
- - rhel-9.5.0
|
|
- - rhel-9.5.0.z
|
|
- - rhel-9.6.0
|
|
- - rhel-9.6.0.z
|
|
- - rhel-9.7.0
|
|
- - rhel-9.7.0.z
|
|
- - rhel-9.8.0
|
|
- - rhel-9.8.0.z
|
|
- - rhel-9.9.0
|
|
- - rhel-9.9.0.z
|
|
- - rhel-9.10.0
|
|
- - rhel-9.10.0.z
|
|
+ - rhel-9.4
|
|
+ - rhel-9.4.z
|
|
+ - rhel-9.5
|
|
+ - rhel-9.5.z
|
|
+ - rhel-9.6
|
|
+ - rhel-9.6.z
|
|
+ - rhel-9.7
|
|
+ - rhel-9.7.z
|
|
+ - rhel-9.8
|
|
+ - rhel-9.8.z
|
|
+ - rhel-9.9
|
|
+ - rhel-9.9.z
|
|
+ - rhel-9.10
|
|
+ - rhel-9.10.z
|
|
diff --git a/.github/workflows/source-git-automation-on-demand.yml b/.github/workflows/source-git-automation-on-demand.yml
|
|
index 8a3a366e..afd2333e 100644
|
|
--- a/.github/workflows/source-git-automation-on-demand.yml
|
|
+++ b/.github/workflows/source-git-automation-on-demand.yml
|
|
@@ -66,5 +66,6 @@ jobs:
|
|
uses: redhat-plumbers-in-action/source-git-automation@v1
|
|
with:
|
|
pr-number: ${{ matrix.pr-number }}
|
|
+ component: dracut
|
|
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
diff --git a/.github/workflows/source-git-automation.yml b/.github/workflows/source-git-automation.yml
|
|
index 025ee84d..bdec3856 100644
|
|
--- a/.github/workflows/source-git-automation.yml
|
|
+++ b/.github/workflows/source-git-automation.yml
|
|
@@ -42,5 +42,6 @@ jobs:
|
|
uses: redhat-plumbers-in-action/source-git-automation@v1
|
|
with:
|
|
pr-metadata: ${{ needs.download-metadata.outputs.pr-metadata }}
|
|
+ component: dracut
|
|
jira-api-token: ${{ secrets.JIRA_API_TOKEN }}
|
|
token: ${{ secrets.GITHUB_TOKEN }}
|
|
|