ActiveUsernames helpers

Github action telegram-api
This commit is contained in:
Wizou 2023-05-17 11:45:06 +02:00
parent 98f6a26b09
commit e8b0bb9245
2 changed files with 34 additions and 0 deletions

22
.github/workflows/telegram-api.yml vendored Normal file
View file

@ -0,0 +1,22 @@
name: 'Telegram API issues'
on:
issues:
types: [labeled]
permissions:
issues: write
jobs:
action:
runs-on: ubuntu-latest
steps:
- uses: dessant/support-requests@v3.0.0
with:
support-label: 'telegram api'
issue-comment: >
**Github Issues** should be used only for problems with the library itself.
Questions about Telegram API usage should be asked on **StackOverflow** so the whole community can help and benefit.
Click here to open a question: https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api
close-issue: true