Skip to content

Merge pull request #23 from Living-with-machines/dependabot/bundler/d… #43

Merge pull request #23 from Living-with-machines/dependabot/bundler/d…

Merge pull request #23 from Living-with-machines/dependabot/bundler/d… #43

Workflow file for this run

name: todo2issue
on: ["push"]
jobs:
build:
runs-on: "ubuntu-latest"
steps:
- uses: "actions/checkout@master"
- name: "TODO to Issue"
uses: "alstr/[email protected]"
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: "# TODO"
COMMENT_MARKER: "#"
id: "todo"