Let Zehnder check for main branch #4
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
name: "Run Todo to Issue" | |
on: | |
push: | |
branches: | |
- main | |
permissions: | |
contents: read | |
issues: write | |
jobs: | |
run: | |
name: "Run Todo to Issue" | |
runs-on: "ubuntu-24.04" | |
steps: | |
- uses: "actions/checkout@v4" | |
- name: "TODO to Issue" | |
uses: "alstr/todo-to-issue-action@v5" | |
with: | |
AUTO_ASSIGN: false |