Skip to content

[LFXV2-884] Add meeting invite response event handling for v2 indexing #91

[LFXV2-884] Add meeting invite response event handling for v2 indexing

[LFXV2-884] Add meeting invite response event handling for v2 indexing #91

---
# Copyright The Linux Foundation and each contributor to LFX.
# SPDX-License-Identifier: MIT
name: License Header Check
"on": [pull_request]
permissions:
contents: read
pull-requests: write
jobs:
license-header-check:
name: License Header Check
uses: linuxfoundation/lfx-public-workflows/.github/workflows/license-header-check.yml@main
with:
copyright_line: "Copyright The Linux Foundation and each contributor to LFX."
include_files: |
[
"*.tpl",
"*.txt",
"*.yaml",
"*.yml",
".gitignore"
]