Skip to content

ALS-7014: Implement signed URL functionality for data exports #145

ALS-7014: Implement signed URL functionality for data exports

ALS-7014: Implement signed URL functionality for data exports #145

Workflow file for this run

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