Skip to content

Element-R | count() room keys can be a slow operation on big stores, causing send performance degradation when backing up. #1275

Element-R | count() room keys can be a slow operation on big stores, causing send performance degradation when backing up.

Element-R | count() room keys can be a slow operation on big stores, causing send performance degradation when backing up. #1275

name: Move issued assigned to specific team members to their boards
on:
issues:
types: [assigned]
jobs:
web-app-team:
runs-on: ubuntu-latest
if: |
contains(github.event.issue.assignees.*.login, 't3chguy') ||
contains(github.event.issue.assignees.*.login, 'andybalaam') ||
contains(github.event.issue.assignees.*.login, 'MidhunSureshR')
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/element-hq/projects/67
github-token: ${{ secrets.ELEMENT_BOT_TOKEN }}