Skip to content

chore(build): integrate ecommerce commons library #21

chore(build): integrate ecommerce commons library

chore(build): integrate ecommerce commons library #21

Workflow file for this run

name: Check PR
# Controls when the workflow will run
on:
pull_request:
branches:
- main
types: [ opened, synchronize, labeled, unlabeled, reopened, edited ]
permissions:
pull-requests: write
jobs:
check_labels:
name: Check Required Labels
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: ./.github/actions/check-pr-semver-labels
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
check_size:
runs-on: ubuntu-latest
name: Check Size
steps:
- name: Check PR Size
uses: pagopa/github-actions-template/check-pr-size@3fae741d94bcb9873f2447e95cc4ddea6f77be4d
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ignored_files: 'src/test/'