2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-05 16:42:32 +03:00

chore(ci): update github actions; (#6889)

This commit is contained in:
Dmitriy Mozgovoy
2025-04-24 19:34:08 +03:00
committed by GitHub
parent c3aba3d8f7
commit 61de4c05cc
4 changed files with 19 additions and 13 deletions
+7 -1
View File
@@ -14,6 +14,12 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Set PR number
id: set-pr
run: |
echo "Using PR number: ${{ github.event.inputs.prs || github.event.pull_request.number }}"
echo "pr=${{ github.event.inputs.prs || github.event.pull_request.number }}" >> $GITHUB_OUTPUT
- uses: actions/labeler@v5
with:
pr-number: github.event.inputs.prs
pr-number: ${{ steps.set-pr.outputs.pr }}