Add core module and use it to fix quick filters #307
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Post PRs to Teams | |
on: | |
pull_request: | |
types: [opened, reopened] | |
jobs: | |
notify: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Notify | |
uses: davidwengier/PostAdaptiveCard@v1.0.0 | |
with: | |
webhook-uri: ${{ secrets.TEAMS_PR_WEBHOOK }} |