chore(ci): disable todo tracker

This commit is contained in:
Guz
2025-06-13 19:13:22 -03:00
parent 3cf79b047c
commit 935b0874e3

View File

@@ -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