Skip to content

chore(deps): lock file maintenance (#179) #90

chore(deps): lock file maintenance (#179)

chore(deps): lock file maintenance (#179) #90

Workflow file for this run

name: Generate TODO Tickets
on:
push:
branches:
- master
jobs:
todo:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/[email protected]
- name: Generate TODO Tickets
uses: ribtoks/tdg-github-action@master
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
REPO: ${{ github.repository }}
SHA: ${{ github.sha }}
REF: ${{ github.ref }}
LABEL: "TODO"
ROOT: "src"
# This file was automatically copied and populated by rebroadcast
# Do not edit this file directly, instead modify the source at https://github.com/Wall-Brew-Co/rebroadcast/blob/master/sources/github-actions/workflows/todo.yml