chore(deps): bump @nestjs/core from 10.4.9 to 10.4.11 #716
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: | |
- master | |
# 仅取消针对当前工作流正在进行的作业或运行 | |
concurrency: | |
group: ${{ github.workflow }}-${{ github.ref }} | |
cancel-in-progress: true | |
jobs: | |
build: | |
permissions: | |
issues: write | |
contents: read | |
timeout-minutes: 10 | |
runs-on: "ubuntu-latest" | |
steps: | |
- uses: "actions/checkout@v4" | |
- name: "TODO to Issue" | |
uses: "alstr/todo-to-issue-action@v4" |