From 668f9ad6567b641721cbf2198664f20ddf78c3a0 Mon Sep 17 00:00:00 2001 From: karczuRF <88723742+karczuRF@users.noreply.github.com> Date: Thu, 27 Jun 2024 15:18:32 +0200 Subject: [PATCH] fix: check-tapp (#58) --- .github/workflows/check-tapp.yml | 12 ------------ CODEOWNERS | 4 +++- 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/.github/workflows/check-tapp.yml b/.github/workflows/check-tapp.yml index ba8f9d9..38a9f67 100644 --- a/.github/workflows/check-tapp.yml +++ b/.github/workflows/check-tapp.yml @@ -57,15 +57,3 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - - name: Commit updated files - id: push-commit - run: | - git config user.name "${{ github.actor }}" - git config --global user.email "${GITHUB_ACTOR_ID}+${GITHUB_ACTOR}@users.noreply.github.com" - git add -A - git commit -m "Add images from ${{needs.get-tapp-id.outputs.name}} to the registry" - git push --set-upstream origin "HEAD:${{ github.event.pull_request.title }}" - - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/CODEOWNERS b/CODEOWNERS index ba285a4..1f278b2 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,3 +1,5 @@ -# Repository CODEOWNERS +# CI/CD-related files require a review by the devops team +.github/**/* @tari-project/devops +CODEOWNERS @tari-project/devops tapp-example/ @karczuRF tapplet-example/ @MCozhusheck