2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-08 17:22:34 +03:00

chore(ci): add PR files guard action; (#6890)

This commit is contained in:
Dmitriy Mozgovoy
2025-04-24 21:16:06 +03:00
committed by GitHub
parent 61de4c05cc
commit f112edfdfa
2 changed files with 36 additions and 0 deletions
+7
View File
@@ -14,6 +14,13 @@ jobs:
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: git config
run: |
git config user.name "${GITHUB_ACTOR}"
git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
- name: Set PR number
id: set-pr
run: |