Skip to content

Bump lint-staged from 15.2.10 to 15.2.11 (#1104) #947

Bump lint-staged from 15.2.10 to 15.2.11 (#1104)

Bump lint-staged from 15.2.10 to 15.2.11 (#1104) #947

# GENERATED CONTENT
# remove repo from adrianjost/.github/synced/workflows/generator.js before editing
name: Process TODO comments
'on':
push:
branches:
- master
- main
jobs:
collectTODO:
name: Collect TODO
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
token: ${{ secrets.SYNCED_GITHUB_TOKEN }}
- name: Collect TODO
uses: dtinth/todo-actions@master
env:
GITHUB_TOKEN: ${{ secrets.SYNCED_GITHUB_TOKEN }}
TODO_ACTIONS_MONGO_URL: ${{ secrets.SYNCED_TODO_ACTIONS_MONGO_URL }}