Skip to content

Commit fb11b99

Browse files
committed
Merge remote-tracking branch 'origin/feature/PI-880-dependabot_prs_run_through_pipeline' into release/2025-04-24
2 parents 8afc04b + 87eb291 commit fb11b99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/pull-requests.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
run: |
6767
if [[ ${{ env.BRANCH_NAME }} == *"release/"* ]]; then
6868
echo "workspace=rel-$(echo ${{ env.BRANCH_NAME }} | sed 's/release\///')-${{ env.BRANCH_GITHUB_SHA_SHORT }}" >> $GITHUB_OUTPUT
69+
elif [[ ${{ env.BRANCH_NAME }} == *"dependabot/"* ]]; then
70+
echo "workspace=ci-$(echo ${{ env.BRANCH_NAME }} | sed -n 's|.*pip/||p' | awk -F- '{ for (i=1;i<=NF;i++) printf substr($i,1,1); print "" }')-${{ env.BRANCH_GITHUB_SHA_SHORT }}" >> $GITHUB_OUTPUT
6971
else
7072
echo "workspace=ci-$(echo ${{ env.BRANCH_NAME }} | sed -n 's/.*\/\([^-]*\)-\([^-]*\).*/\1-\2/p' | tr '[:upper:]' '[:lower:]')-${{ env.BRANCH_GITHUB_SHA_SHORT }}" >> $GITHUB_OUTPUT
7173
fi

0 commit comments

Comments
 (0)