Add user friendly capability text for msc4039.download_file
#39615
Workflow file for this run
This file contains hidden or 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: | |
| # Privilege escalation necessary access members of the review teams | |
| # 🚨 We must not execute any checked out code here, and be careful around use of user-controlled inputs. | |
| pull_request_target: # zizmor: ignore[dangerous-triggers] | |
| types: [opened, edited, labeled, unlabeled, synchronize] | |
| merge_group: | |
| types: [checks_requested] | |
| permissions: {} | |
| jobs: | |
| action: | |
| uses: matrix-org/matrix-js-sdk/.github/workflows/pull_request.yaml@develop # zizmor: ignore[unpinned-uses] | |
| permissions: | |
| pull-requests: write | |
| secrets: | |
| ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} |