Fix some yml

This commit is contained in:
Wizou 2024-07-02 00:59:25 +02:00
parent 1a00ae5a77
commit aa75b20820
3 changed files with 11 additions and 14 deletions

7
.github/dev.yml vendored
View file

@ -54,11 +54,6 @@ stages:
{
"status": "success",
"complete": true,
"message": "{
\"commitId\": \"$(Build.SourceVersion)\",
\"buildNumber\": \"$(Build.BuildNumber)\",
\"teamProjectName\": \"$(System.TeamProject)\",
\"commitMessage\": \"$(Release_Notes)\"
}"
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\", \"commitMessage\": \"$(Release_Notes)\" }"
}
waitForCompletion: 'false'

5
.github/release.yml vendored
View file

@ -62,10 +62,7 @@ stages:
{
"status": "success",
"complete": true,
"message": "{
\"commitId\": \"$(Build.SourceVersion)\",
\"buildNumber\": \"$(Build.BuildNumber)\",
\"teamProjectName\": \"$(System.TeamProject)\"
"message": "{ \"commitId\": \"$(Build.SourceVersion)\", \"buildNumber\": \"$(Build.BuildNumber)\", \"teamProjectName\": \"$(System.TeamProject)\"
}"
}
waitForCompletion: 'false'

View file

@ -16,8 +16,13 @@ jobs:
with:
support-label: 'telegram api'
issue-comment: >
Please note that **Github Issues** should be used only for problems with the library code itself.
For questions about Telegram API usage, you can search the [API official documentation](https://core.telegram.org/api#getting-started)
or [click here to ask your question on **StackOverflow**](https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api) so the whole community can help and benefit.
Please note that **Github issues** should be used only for problems with the library code itself.
For questions about Telegram API usage, you can search the [API official documentation](https://core.telegram.org/api#getting-started) and the [full list of methods](https://core.telegram.org/methods).
WTelegramClient covers 100% of the API and let you do anything you can do in an official client.
If the above links didn't answer your problem, [click here to ask your question on **StackOverflow**](https://stackoverflow.com/questions/ask?tags=c%23+wtelegramclient+telegram-api) so the whole community can help and benefit.
close-issue: true