chore(deps-dev): update uv requirement from >=0.8.11 to >=0.11.6 in /plugins/examples/nemocheck #28
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
| # Issue Self-Assign | |
| # | |
| # Thin caller for the org-wide reusable self-assign workflow. | |
| # Configuration and defaults are managed centrally in kagenti/.github. | |
| # | |
| # Reference: https://github.com/kagenti/.github/blob/main/.github/workflows/self-assign-reusable.yml | |
| # | |
| name: Issue self-assign | |
| on: | |
| issue_comment: | |
| types: [created] | |
| permissions: | |
| contents: read | |
| issues: write | |
| jobs: | |
| self-assign: | |
| uses: kagenti/.github/.github/workflows/self-assign-reusable.yml@679a2cd1cfde7eed742cf76e9f6608eb91cf1bdd # main | |
| secrets: | |
| ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }} |