diff --git a/.github/workflows/todos-to-issues.yaml b/.github/workflows/todos-to-issues.yaml new file mode 100644 index 0000000..2aada93 --- /dev/null +++ b/.github/workflows/todos-to-issues.yaml @@ -0,0 +1,15 @@ +name: "Run TODO to Issue" +on: + push: + +jobs: + build: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v3 + - name: TODO to Issue + uses: alstr/todo-to-issue-action@master + with: + AUTO_ASSIGN: true + ORG_PROJECTS: https://github.com/orgs/AAU-Dat/projects/11 + PROJECTS_SECRET: ${{ secrets.PAT_GITHUB_TOKEN }} \ No newline at end of file