Merge branch 'main' into patch-4

This commit is contained in:
JustDeveloper
2025-03-06 17:01:55 +05:00
committed by GitHub
+6
View File
@@ -31,6 +31,12 @@ jobs:
if: github.event_name == 'pull_request'
run: echo "PR_AUTHOR=${{ github.event.pull_request.user.login }}" >> $GITHUB_ENV
- name: Get PR labels
if: github.event_name == 'pull_request'
run: |
LABELS=$(jq -c '[.pull_request.labels[].name]' <<< '${{ toJson(github.event) }}')
echo "PR_LABELS=$LABELS" >> $GITHUB_ENV
- name: Get changed files
if: github.event_name == 'pull_request'
run: |