mirror of
https://github.com/vector-im/element-web.git
synced 2026-03-29 10:11:05 +02:00
* Add zizmor CI & make it happy Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> * Fix zizmor job Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --------- Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
17 lines
668 B
YAML
17 lines
668 B
YAML
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 }}
|