Merge branch 'main' into patch-4

This commit is contained in:
William Harrison
2025-03-06 20:29:15 +08:00
committed by GitHub
+2
View File
@@ -39,6 +39,8 @@ jobs:
run: |
LABELS=$(gh api --jq '[.labels[].name]' /repos/{owner}/{repo}/pulls/${{ github.event.number }})
echo "PR_LABELS=$LABELS" >> $GITHUB_ENV
env:
GH_TOKEN: ${{ github.token }}
- name: Get changed files
if: github.event_name == 'pull_request'