Skip to content

build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3.1 #1349

build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3.1

build(deps): bump org.apache.httpcomponents.client5:httpclient5 from 5.2.1 to 5.3.1 #1349

Workflow file for this run

name: Require semantic labels
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-pr-label-and-comment:
runs-on: ubuntu-latest
steps:
- uses: yashhy/[email protected]
with:
# This list is duplicated from release-drafter.yml
required_labels: 'chore,ci,cleanup,docs,feat,fix,perf,refactor,style,test'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}