The img element and svg image element of Safari browser cannot be drawn properly, and the conversion to blob URL also fails to call without any error. Only by converting the image URL to base64 can it be successfully called. The version of Safari is 17 #1080
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: 👾 Label Commands | |
on: | |
pull_request_target: | |
types: [labeled, unlabeled] | |
issues: | |
types: [labeled, unlabeled] | |
jobs: | |
run: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: bubkoo/use-app-token@v1 | |
with: | |
app_id: ${{ secrets.APP_ID }} | |
private_key: ${{ secrets.PRIVATE_KEY }} | |
variable_name: bot_token | |
- uses: bubkoo/label-commands@v1 | |
with: | |
GITHUB_TOKEN: ${{ env.bot_token }} | |
CONFIG_FILE: .github/workflows/config/label-commands.yml |