We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8190db9 commit 38764f8Copy full SHA for 38764f8
.github/workflows/trigger_precommit.yml
@@ -14,6 +14,8 @@ jobs:
14
id: check
15
with:
16
trigger: "auto run pre-commit"
17
+ - if: steps.check.outputs.triggered == 'true'
18
+ uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
19
- if: steps.check.outputs.triggered == 'true'
20
uses: jupyterlab/maintainer-tools/.github/actions/pr-script@v1
21
0 commit comments