Update solution structure for .NET 10 support and introduce central p… #117
This file contains hidden or 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: | |
| - core | |
| jobs: | |
| build: | |
| runs-on: "ubuntu-latest" | |
| steps: | |
| - uses: "actions/checkout@v4" | |
| - name: "TODO to Issue" | |
| uses: "alstr/todo-to-issue-action@v5" | |
| with: | |
| PROJECT: "organization/InfiniLore/InfiniLore" | |
| PROJECTS_SECRET: "${{ secrets.PROJECTS_SECRET }}" | |
| ISSUE_TEMPLATE: | | |
| ### 📝 Todo : ** {{ title }} ** | |
| **Description:** | |
| {{ body }} | |
| **Code Snippet:** | |
| {{ snippet }} | |
| **File:** | |
| {{ url }} | |
| IDENTIFIERS: '[{"name": "TODO", "labels": ["todo"]}]' | |
| CLOSE_ISSUES: "true" |