Fix: If two images are posted within the same second, only the first one will be saved. #12586
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: Pull Request | |
on: | |
pull_request_target: | |
types: [opened, edited, labeled, unlabeled, synchronize] | |
permissions: {} | |
jobs: | |
action: | |
uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop | |
permissions: | |
pull-requests: write | |
secrets: | |
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} |