Skip to content

Commit

Permalink
Update todo.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen authored Mar 17, 2021
1 parent dc071c1 commit dc0e8fb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/todo.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
name: "Create issues from todo"
name: "Create issues from todo"

on:
push:
branches:
- dev
- 'dev'
- 'feature/**'

jobs:
build:
Expand All @@ -16,4 +17,4 @@ jobs:
with:
TOKEN: ${{ secrets.GITHUB_TOKEN }}
COMMENT_MARKER: "//"
LABEL: "// TODO"
LABEL: "// TODO"

0 comments on commit dc0e8fb

Please sign in to comment.