Skip to content

Feat/fwc searchable dropdown/major update #665

Feat/fwc searchable dropdown/major update

Feat/fwc searchable dropdown/major update #665

Workflow file for this run

name: Post PRs to Teams
on:
pull_request:
types:
- ready_for_review
jobs:
notify:
runs-on: ubuntu-latest
if: ${{ github.actor != 'dependabot[bot]' }}
steps:
- name: Notify Teams channel
uses: davidwengier/[email protected]
with:
webhook_uri: ${{ secrets.TEAMS_PR_WEBHOOK }}