Skip to content

build(deps): bump postcss from 8.4.29 to 8.4.31 #160

build(deps): bump postcss from 8.4.29 to 8.4.31

build(deps): bump postcss from 8.4.29 to 8.4.31 #160

Workflow file for this run

name: Create issues from TODOs
on:
workflow_dispatch:
inputs:
importAll:
default: "false"
required: false
type: boolean
description: Enable, if you want to import all TODOs. Runs on checked out branch! Only use if you're sure what you are doing.
push:
permissions:
issues: write
repository-projects: read
contents: read
jobs:
todos:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Run Issue Bot
uses: derjuulsn/todo-issue@main
with:
excludePattern: "^(node_modules/)"
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}