Skip to content

Regression in 0.2.2: do_setup_cache runs class-level setup(self) before setup_cache #47

Regression in 0.2.2: do_setup_cache runs class-level setup(self) before setup_cache

Regression in 0.2.2: do_setup_cache runs class-level setup(self) before setup_cache #47

# Comment `/trigger-asv` on an asv_runner PR (issue_comment).
# Requires secrets.ASV_TOK with workflow + PR comment rights on asv + asv_runner.
name: Slash Command Dispatch
on:
issue_comment:
types: [created]
jobs:
slashCommandDispatch:
runs-on: ubuntu-latest
steps:
- name: Slash Command Dispatch
uses: peter-evans/slash-command-dispatch@v4
with:
token: ${{ secrets.ASV_TOK }}
commands: |
trigger-asv
static-args: |
pr_number=${{ github.event.issue.number }}