Skip to content

Commit

Permalink
add TODOS-to-issues github action
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Runge committed Sep 19, 2024
1 parent 2c47590 commit a5c4080
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/todos-to-issues.yaml
Original file line number Diff line number Diff line change
@@ -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 }}

0 comments on commit a5c4080

Please sign in to comment.