bump abax-minuba to main-37d1e61 (#406) #432
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: On Push | |
on: | |
push: | |
branches: | |
- main | |
jobs: | |
todo-to-issue: | |
name: Create issue from TODO comments | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️ | |
uses: actions/checkout@v4 | |
- name: Create issue from TODO comments 📝 | |
uses: derjuulsn/todo-issue@main | |
with: | |
excludePattern: '^(node_modules/)' | |
label: | | |
needs-refinement | |
needs-triage | |
env: | |
GITHUB_TOKEN: ${{ secrets.BJERKBOT_GITHUB_TOKEN }} |