From 57e1eaee9d00aecee3ba7dd40554e8ede091c677 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 13:12:02 +0530 Subject: [PATCH 1/9] Update README.rst --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index c3b7a27d403..58e07a0ab16 100644 --- a/README.rst +++ b/README.rst @@ -1,3 +1,6 @@ + + + Robottelo ========= From f59f4b2f920f1ffa9e44abf57ba7de5dae74c45a Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 13:19:11 +0530 Subject: [PATCH 2/9] Update pull_request.yml --- .github/workflows/pull_request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index f8c36394993..8b2791259c8 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -19,7 +19,7 @@ jobs: id: status uses: omkarkhatavkar/wait-for-status-checks@main with: - ref: ${{ github.event.pull_request.head.sha }} + ref: ${{ github.sha }} context: 'Robottelo-Runner' wait-interval: 2 count: 5 From e71a27f3609e0c7e54c0839c5c7633cd51804e9f Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 13:22:46 +0530 Subject: [PATCH 3/9] Update pull_request.yml --- .github/workflows/pull_request.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8b2791259c8..d8ef58f36c3 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -23,11 +23,9 @@ jobs: context: 'Robottelo-Runner' wait-interval: 2 count: 5 - - - run: echo "${{steps.status.outputs.result}}" - + - name: remove the PRT Passed/Failed label for new commit - if: ${{steps.status.outputs.result}} == 'not found' + if: always() && ${{steps.status.outputs.result}} == 'not found' uses: actions/github-script@v7 with: github-token: ${{ secrets.CHERRYPICK_PAT }} From 9a00ab1df53294f1c61ea93725b1b2b49b8d8299 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 13:25:05 +0530 Subject: [PATCH 4/9] Update pull_request.yml --- .github/workflows/pull_request.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index d8ef58f36c3..ff63b578147 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -12,7 +12,7 @@ env: jobs: prt_labels: - name: remove the PRT label, if it is a new commit + name: remove the PRT label, if it is a new commit runs-on: ubuntu-latest steps: - name: get the PRT status, it will be empty in case of the new commit @@ -23,6 +23,10 @@ jobs: context: 'Robottelo-Runner' wait-interval: 2 count: 5 + + - name: run this always + if: always() + run: echo "${{steps.status.outputs.result}}" - name: remove the PRT Passed/Failed label for new commit if: always() && ${{steps.status.outputs.result}} == 'not found' From 7725ab567e10622af254710de2239904eb4f8886 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 15:02:57 +0530 Subject: [PATCH 5/9] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 58e07a0ab16..05b1e5b660a 100644 --- a/README.rst +++ b/README.rst @@ -1,6 +1,7 @@ + Robottelo ========= From 5887eaebea87b8ced849f10d0349069936e06d85 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 15:05:01 +0530 Subject: [PATCH 6/9] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 05b1e5b660a..1c0f0ad6732 100644 --- a/README.rst +++ b/README.rst @@ -2,6 +2,7 @@ + Robottelo ========= From 324ff07099894181912673213bb56c4ffb6617c5 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 15:07:05 +0530 Subject: [PATCH 7/9] Update README.rst --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 1c0f0ad6732..28750cf4b0a 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,7 @@ + Robottelo ========= From 26fbcd100882be9de8ceb305573cde0c8bb42615 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 15:09:36 +0530 Subject: [PATCH 8/9] Update README.rst --- README.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.rst b/README.rst index 28750cf4b0a..da5c4bece33 100644 --- a/README.rst +++ b/README.rst @@ -1,9 +1,5 @@ - - - - Robottelo ========= From 629cf4c18a255bd2616340f0aea75382cb2c4f38 Mon Sep 17 00:00:00 2001 From: Omkar Khatavkar Date: Thu, 15 Feb 2024 15:16:15 +0530 Subject: [PATCH 9/9] Update README.rst --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index da5c4bece33..eb8d4f2f39c 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ - +========= Robottelo =========