[dep-bump] Stale routine bump: Update ag2[mcp,openai] requirement from >=0.14.0 to >=1.0.1 in /a2a/slack_researcher in examples #824
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 rossoctl/.github. | |
| # | |
| # Reference: https://github.com/rossoctl/.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: rossoctl/.github/.github/workflows/self-assign-reusable.yml@main | |
| secrets: | |
| ISSUE_ASSIGN_TOKEN: ${{ secrets.ISSUE_ASSIGN_TOKEN }} |