Skip to content

feat(db): inherit from scl image, enforce PG_ENCRYPT_KEY #54

feat(db): inherit from scl image, enforce PG_ENCRYPT_KEY

feat(db): inherit from scl image, enforce PG_ENCRYPT_KEY #54

Workflow file for this run

name: Check labels not applied
on:
pull_request:
types:
- opened
- labeled
- unlabeled
- synchronize
jobs:
check-needs-triage-not-applied:
runs-on: ubuntu-latest
steps:
- name: Fail if needs-triage label applied
if: ${{ contains(github.event.pull_request.labels.*.name, 'needs-triage')}}
run: exit 1