Skip to content

Allow home office mode switch via toggle #675

Allow home office mode switch via toggle

Allow home office mode switch via toggle #675

---
name: TODOs to Issues
on: [ push ] # yamllint disable-line rule:truthy
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: TODO to Issue
uses: alstr/todo-to-issue-action@master
with:
REPO: ${{ github.repository }}
BEFORE: ${{ github.event.before }}
SHA: ${{ github.sha }}
TOKEN: ${{ secrets.GITHUB_TOKEN }}
LABEL: '# TODO'
COMMENT_MARKER: '#'