Lissy93 / dashy

🚀 A self-hostable personal dashboard built for you. Includes status-checking, widgets, themes, icon packs, a UI editor and tons more!
https://dashy.to
MIT License
18.15k stars 1.37k forks source link

notes within the code, and opens up an issue for it to be fixed #211

Closed liss-bot closed 3 years ago

liss-bot commented 3 years ago

notes within the code, and opens up an issue for it to be fixed

https://github.com/Lissy93/dashy/blob/bb25389a71254c0664ea340d41db628b4c6bf44e/.github/workflows/raise-issue-from-todo.yml#L1


# Finds any TODO notes within the code, and opens up an issue for it to be fixed
name: Open issue for Todos
on: ["push"]
jobs:
  build:
    runs-on: "ubuntu-latest"
    steps:
    - uses: "actions/checkout@master"
    - name: "TODO to Issue"
      uses: "alstr/todo-to-issue-action@v4.2"
      id: "todo"
      with:
        TOKEN: ${{ secrets.BOT_GITHUB_TOKEN }} 

1f16ccdb600e2e178c1b4181aa9a1cc16986c983

liss-bot commented 3 years ago

Welcome to Dashy 👋 It's great to have you here, but unfortunately your ticket has been closed to prevent spam and low quality issues. Please ensure the following criteria are met, before reopening this issue.

Issues are sometimes closed when users:

Before you reopen this issue, please also ensure that:

Once you have verified the above standards are met, you may reopen this issue.

Lissy93 commented 3 years ago

Lol, well at least the TODO and anti-spam actions work.... Cheers @liss-bot ;)