Show agentless release status on individual integration pages #1243
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: Docs Issue Scope | |
| on: | |
| issue_comment: | |
| types: [created] | |
| workflow_dispatch: | |
| permissions: | |
| actions: read | |
| copilot-requests: write | |
| contents: read | |
| discussions: write | |
| issues: write | |
| pull-requests: write | |
| jobs: | |
| run: | |
| if: >- | |
| github.event_name == 'workflow_dispatch' || | |
| startsWith(github.event.comment.body, '/docs-issue-scope') | |
| uses: elastic/docs-actions/.github/workflows/gh-aw-docs-issue-scope.lock.yml@v1 |