Skip to content

[CES-645] Add GET task/{id} #191

[CES-645] Add GET task/{id}

[CES-645] Add GET task/{id} #191

Workflow file for this run

name: Enrich PR
on:
pull_request:
jobs:
add_assignee:
name: Add assignee
runs-on: ubuntu-latest
steps:
- name: Assign PR
uses: kentaro-m/auto-assign-action@f4648c0a9fdb753479e9e75fc251f507ce17bb7e # v2.0.0
with:
configuration-path: '.github/auto-assign.yaml'
add_labels:
name: Add labels
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Label PR
uses: actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5.0.0
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
configuration-path: '.github/labeler.yaml'
sync-labels: true
- name: Add size label
uses: pagopa/github-actions-template/check-pr-size@922ed4e43b0e45a5e47eb0296d550996d8c87c64 # v1.19.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
ignored_files: 'yarn.lock, infra/**/.terraform.lock.hcl .yarn/releases/*'
min_size: 200
max_size: 800