diff --git a/.github/workflows/ux-label-mention.yml b/.github/workflows/ux-label-mention.yml new file mode 100644 index 00000000..0db2fc40 --- /dev/null +++ b/.github/workflows/ux-label-mention.yml @@ -0,0 +1,13 @@ +name: Mention UX Team + +on: + pull_request: + types: + - labeled + +jobs: + stale: + uses: configcat/.github/.github/workflows/ux-label-mention.yml@master + with: + id: ${{ github.event.pull_request.number }} + secrets: inherit