This repository has been archived by the owner on Sep 27, 2024. It is now read-only.
iOS: re-rendering RTE will make the composer not interactable #40
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: Add new issues to the verticals project board | |
on: | |
issues: | |
types: | |
- opened | |
jobs: | |
add-to-project: | |
name: Add issue to project | |
runs-on: non-dind | |
container: ubuntu | |
steps: | |
- uses: actions/add-to-project@main | |
with: | |
project-url: https://github.com/orgs/vector-im/projects/57 | |
github-token: ${{ secrets.RIOTROBOT_TOKEN_VERTICALS }} |