Skip to content

Bump aiohttp from 3.8.4 to 3.8.5 in /queue_services/payment-reconciliations #2903

Bump aiohttp from 3.8.4 to 3.8.5 in /queue_services/payment-reconciliations

Bump aiohttp from 3.8.4 to 3.8.5 in /queue_services/payment-reconciliations #2903

Workflow file for this run

#When do we want to deploy to DEV environment
name: PR label check
on:
pull_request:
types: [opened, synchronize, labeled, unlabeled]
branches:
- main
jobs:
pr-label-check:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
- uses: yogevbd/enforce-label-action@master
with:
REQUIRED_LABELS_ANY: "bug,enhancement,feature,fix,devops,documentation,maintenance,skip-changelog,dependencies"