docs(authbridge): weather-agent UI demo has outdated Import Agent/Tool UI steps #470
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: Rossoctl Project Automation | |
| on: | |
| issues: | |
| types: [opened] | |
| pull_request_target: | |
| types: [opened] | |
| permissions: | |
| contents: read | |
| jobs: | |
| add: | |
| name: Add item to Rossoctl Project | |
| permissions: | |
| issues: write | |
| pull-requests: write | |
| contents: read | |
| # Pinned to @main intentionally: org-internal workflows propagate updates automatically. | |
| uses: rossoctl/.github/.github/workflows/add-to-project.yml@main | |
| secrets: inherit |