Skip to content

chore(deps): bump ngx_wasm_module to a7087a37f0d423707366a694630f1e09f4c21728 #13364

chore(deps): bump ngx_wasm_module to a7087a37f0d423707366a694630f1e09f4c21728

chore(deps): bump ngx_wasm_module to a7087a37f0d423707366a694630f1e09f4c21728 #13364

Workflow file for this run

name: Pull Request Schema Labeler
on:
pull_request:
types: [opened, edited, synchronize, labeled, unlabeled]
jobs:
schema-change-labels:
if: "${{ contains(github.event.*.labels.*.name, 'schema-change-noteworthy') }}"
runs-on: ubuntu-latest
steps:
- name: Schema change label found
uses: rtCamp/action-slack-notify@v2
continue-on-error: true
env:
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_SCHEMA_CHANGE }}