Skip to content

zsh: allow to eval zsh completion #585

zsh: allow to eval zsh completion

zsh: allow to eval zsh completion #585

Workflow file for this run

# runs on any comment matching the format `/tag <tagname> <commit>`
name: Comment Bot
on:
issue_comment: {types: [created]}
pull_request_review_comment: {types: [created]}
jobs:
tag:
runs-on: ubuntu-latest
permissions: {contents: write, pull-requests: write, issues: write}
steps:
- uses: actions/checkout@v4
with: {fetch-depth: 0}
- uses: casperdcl/comment-bot@v1