18 lines
559 B
YAML
18 lines
559 B
YAML
# 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
|