Skip to content

feat: modified listener to use streams which are re-created every 60 seconds with context timeout #390

feat: modified listener to use streams which are re-created every 60 seconds with context timeout

feat: modified listener to use streams which are re-created every 60 seconds with context timeout #390

Workflow file for this run

name: PR Label Checker
on:
pull_request:
types:
- opened
- synchronize
- reopened
- labeled
- unlabeled
jobs:
check_labels:
name: Check PR labels
runs-on: ubuntu-latest
steps:
- uses: docker://agilepathway/pull-request-label-checker:latest
with:
any_of: documentation,enhancement,bug,cicd,test,breaking-change,feature,scripts
repo_token: ${{ secrets.GITHUB_TOKEN }}