From 935b0874e3548dc6f902ba3279872e8a43803d3a Mon Sep 17 00:00:00 2001 From: "Gustavo \"Guz\" L de Mello" Date: Fri, 13 Jun 2025 19:13:22 -0300 Subject: [PATCH] chore(ci): disable todo tracker --- .forgejo/workflows/todos.yaml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.forgejo/workflows/todos.yaml b/.forgejo/workflows/todos.yaml index c3a09bd..45627a6 100644 --- a/.forgejo/workflows/todos.yaml +++ b/.forgejo/workflows/todos.yaml @@ -1,17 +1,17 @@ -name: TODO tracker -on: [push, pull_request] -jobs: - build: - runs-on: ubuntu-latest - steps: - - uses: https://forge.capytal.company/actions/checkout@v3 - - uses: https://forge.capytal.company/actions/tdg-forgejo-action@master - with: - TOKEN: ${{ secrets.FORGEJO_TOKEN }} - REPO: ${{ github.repository }} - SHA: ${{ github.sha }} - REF: ${{ github.ref }} - LABEL: status/todo - DRY_RUN: true - COMMENT_ON_ISSUES: 128 - ASSIGN_FROM_BLAME: 128 +# name: TODO tracker +# on: [push, pull_request] +# jobs: +# build: +# runs-on: ubuntu-latest +# steps: +# - uses: https://forge.capytal.company/actions/checkout@v3 +# - uses: https://forge.capytal.company/actions/tdg-forgejo-action@master +# with: +# TOKEN: ${{ secrets.FORGEJO_TOKEN }} +# REPO: ${{ github.repository }} +# SHA: ${{ github.sha }} +# REF: ${{ github.ref }} +# LABEL: status/todo +# DRY_RUN: true +# COMMENT_ON_ISSUES: 128 +# ASSIGN_FROM_BLAME: 128