Skip to content

Commit

Permalink
ci todo
Browse files Browse the repository at this point in the history
  • Loading branch information
nothub committed Feb 25, 2023
1 parent c3f912d commit e6dfbcf
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/workflows/todos.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
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@v3
- uses: derjuulsn/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit e6dfbcf

Please sign in to comment.