Skip to content

Commit

Permalink
Add ux mention workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adams85 committed Nov 7, 2024
1 parent eafc018 commit 4cc07b5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/ux-label-mention.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Mention Teams

on:
pull_request:
types:
- labeled

jobs:
react-to-labels:
uses: configcat/.github/.github/workflows/ux-label-mention.yml@master
with:
id: ${{ github.event.pull_request.number }}
repo: ${{ github.repository }}
secrets:
gh_token: ${{ secrets.GITHUB_TOKEN }}
slack_webhook_url: ${{ secrets.TEXT_REVIEW_SLACK_WEBHOOK_URL }}

0 comments on commit 4cc07b5

Please sign in to comment.