Skip to content

fix: fixed the add user to only do owner #101

fix: fixed the add user to only do owner

fix: fixed the add user to only do owner #101

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"