Add selected_repo to command line (#6949)

This commit is contained in:
Engel Nyst
2025-02-26 20:42:59 +01:00
committed by GitHub
parent b38039e626
commit 4f98bce6df
29 changed files with 102 additions and 66 deletions

View File

@@ -40,6 +40,11 @@ jobs:
python-version: ${{ matrix.python-version }}
cache: "poetry"
- name: Setup Node.js
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Comment on PR if 'integration-test' label is present
if: github.event_name == 'pull_request' && github.event.label.name == 'integration-test'
uses: KeisukeYamashita/create-comment@v1