Maya Hangs on Infinite Recursion (C++20, GCC, Refplat 2026, Maya 2027) #626
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: Move Issues to Triage | |
| on: | |
| issues: | |
| types: [opened, reopened] | |
| jobs: | |
| move-triage-card: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: alex-page/github-project-automation-plus@v0.9.0 | |
| # Feb 2024: Update v0.9.0 which uses node20 (node16 is out of support). | |
| with: | |
| project: Issue Triage | |
| column: Needs triage | |
| repo-token: ${{ secrets.REPO_ACCESS_TOKEN }} |