Skip to content

Merge branch 'dev' of https://github.com/EAVFW/EAVFramework into dev #118

Merge branch 'dev' of https://github.com/EAVFW/EAVFramework into dev

Merge branch 'dev' of https://github.com/EAVFW/EAVFramework into dev #118

Workflow file for this run

name: "Create issues from todo"
on:
push:
branches:
- 'dev'
- 'main'
- 'feature/**'
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- name: Checkout repo
uses: actions/checkout@v2
- name: "TODO to Issue"
uses: "alstr/[email protected]"
id: "todo"
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMENT_MARKER: "//"
LABEL: "// TODO"