Skip to content

chore(deps): update fuxingloh/multi-labeler action to v4 #24

chore(deps): update fuxingloh/multi-labeler action to v4

chore(deps): update fuxingloh/multi-labeler action to v4 #24

Workflow file for this run

#### THIS FILE IS MANAGED BY AN AUTOMATED WORKFLOW ####
name: "Check for TODOs and create or update issues"
on: ["push"]
permissions:
issues: write
contents: read
# One build per branch, cancel out of date builds
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
todo-issues:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@v3"
- name: "Check for TODOs and create or update issues"
uses: "alstr/todo-to-issue-action@v4"
id: "todo"