Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
NikanZeyaei authored Aug 19, 2023
2 parents ab237fb + 8ff57b5 commit 9f419a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/translation-guard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:
}
if has_label "ready for translation"; then
if ! has_label "time-sensitive" && has_label "ready for translation"; then
for language_label in "${language_labels[@]}"; do
if ! has_label "$language_label"; then
echo "Missing language label: $language_label"
exit 1
fi
done
elif ! has_label "time-sensitive" && ! has_label "not translatable"; then
elif ! has_label "not translatable"; then
echo "The pull request must at least have one of the following labels: ready for translation, time-sensitive, not translatable"
exit 1
fi
4 changes: 2 additions & 2 deletions site/docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ Works! :tada:

<div style="font-size: 0.75rem; display: flex; justify-content: center;">

© 2021-2023 &middot; grammY supports Telegram Bot API 6.7 which was [released](https://core.telegram.org/bots/api#april-21-2023) on April 21, 2023.
(Last highlight: multiple bot names, custom emoji, and better inline queries)
© 2021-2023 &middot; grammY supports Telegram Bot API 6.8 which was [released](https://core.telegram.org/bots/api#august-18-2023) on August 18, 2023.
(Last highlight: Stories)

</div>
</footer>
Expand Down

0 comments on commit 9f419a6

Please sign in to comment.