diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml deleted file mode 100644 index 05f9a9c..0000000 --- a/.github/workflows/workflow.yaml +++ /dev/null @@ -1,16 +0,0 @@ -name: "Workflow" -on: ["push"] -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" - id: "todo" diff --git a/action.yaml b/action.yaml deleted file mode 100644 index 9573a89..0000000 --- a/action.yaml +++ /dev/null @@ -1,9 +0,0 @@ -name: "TODO to Issue" -description: "Converts IDE TODO comments to GitHub issues" -author: "Alastair Mooney" -runs: - using: "docker" - image: "Dockerfile" -branding: - icon: "check-square" - color: "orange" \ No newline at end of file