Update pr.yml

pull/7267/head
zomars 2023-02-17 20:13:29 -07:00
parent da277ce83b
commit 0c15086a7c
1 changed files with 0 additions and 5 deletions

View File

@ -8,11 +8,6 @@ on:
env: env:
node_version: ${{ secrets.NODE_VERSION }} node_version: ${{ secrets.NODE_VERSION }}
pr_id: ${{ github.event.number }} pr_id: ${{ github.event.number }}
# last_commit_sha: ${{ github.event.pull_request.head.sha }}
gh_action_name: pull_request
bsr_filename_txt: bundle-size-report.txt
stale_build_files_find_args: -maxdepth 1 -type f -regextype posix-egrep -regex ".*\.(json|js|css|map|txt)$"
merge_base_cmd: git merge-base origin/${{ github.base_ref }} ${{ github.event.pull_request.head.sha }}
concurrency: concurrency:
group: pr-update-${{ github.event.number }} group: pr-update-${{ github.event.number }}