Regression: Embedded mode no longer works with widget host that does not support update_state action #166
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: Move labelled issues to correct projects | |
on: | |
issues: | |
types: [labeled] | |
permissions: {} # We use ELEMENT_BOT_TOKEN instead | |
jobs: | |
call-triage-labelled: | |
uses: element-hq/element-web/.github/workflows/triage-labelled.yml@develop | |
secrets: | |
ELEMENT_BOT_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }} |