CI: Change conclusion getter 31/72931/3
authorAndrew Grimberg <agrimberg@linuxfoundation.org>
Mon, 3 Jun 2024 13:41:20 +0000 (06:41 -0700)
committerAndrew Grimberg <agrimberg@linuxfoundation.org>
Wed, 5 Jun 2024 15:40:07 +0000 (08:40 -0700)
* Also add in the an overlay for the reusable-tox-run-action
  to the dep5 file to silence it failing the reuse check since there is
  no easy way (that I've found) to ignore directories that aren't part
  of the repository

Issue: RELENG-5356
Change-Id: Icf6c540bf76e4326275eeeeeb045e6643e9090d5
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
.github/workflows/gerrit-verify.yaml
.reuse/dep5

index c09830c..be015b6 100644 (file)
@@ -85,7 +85,9 @@ jobs:
     needs: [prepare, tox-verify]
     runs-on: ubuntu-latest
     steps:
-      - uses: technote-space/workflow-conclusion-action@v3
+      - name: Get conclusion
+        # yamllint disable-line rule:line-length
+        uses: im-open/workflow-conclusion@e4f7c4980600fbe0818173e30931d3550801b992 # v2.2.3
       - name: Set vote
         uses: lfit/gerrit-review-action@9627b9a144f2a2cad70707ddfae87c87dce60729 # v0.8
         with:
index ee5ebcb..adac167 100644 (file)
@@ -43,3 +43,7 @@ License: EPL-1.0
 Files: schema/*
 Copyright: 2017 The Linux Foundation
 License: EPL-1.0
+
+Files: reusable-tox-run-action/*
+Copyright: 2017 The Linux Foundation
+License: EPL-1.0