Skip to content

docs(search): update performance summary section for search policies #6

docs(search): update performance summary section for search policies

docs(search): update performance summary section for search policies #6

Workflow file for this run

name: TagBot

Check failure on line 1 in .github/workflows/TagBot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/TagBot.yml

Invalid workflow file

(Line: 11, Col: 3): Unexpected value 'workflows'
on:
issue_comment:
types:
- created
workflow_dispatch:
permissions:
contents: write
issues: write
workflows: write
jobs:
TagBot:
if: github.event_name == 'workflow_dispatch' || github.actor == 'JuliaTagBot'
runs-on: ubuntu-latest
steps:
- uses: JuliaRegistries/TagBot@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
ssh: ${{ secrets.DOCUMENTER_KEY }}