Add alert rule management skill (#10) #5
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: Skills | |
| on: | |
| pull_request: | |
| paths: | |
| - "skills/**" | |
| - "plugins/thousandeyes/skills/**" | |
| - "scripts/sync_codex_skill.sh" | |
| - ".githooks/pre-commit" | |
| push: | |
| branches: | |
| - main | |
| paths: | |
| - "skills/**" | |
| workflow_dispatch: | |
| permissions: | |
| contents: read | |
| jobs: | |
| validate: | |
| name: Validate skill sync | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Check out repository | |
| uses: actions/checkout@v4 | |
| - name: Verify Codex skill mirrors are in sync | |
| run: bash scripts/sync_codex_skill.sh check |