Skip to content

Merge pull request #26 from nothub/dependabot/github_actions/actions/… #50

Merge pull request #26 from nothub/dependabot/github_actions/actions/…

Merge pull request #26 from nothub/dependabot/github_actions/actions/… #50

Workflow file for this run

name: '✏️'
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:
branches:
- 'master'
permissions:
issues: write
repository-projects: read
contents: read
jobs:
todos:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- uses: derjuulsn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}