Thread button unread dot in new room header not cleared after reading all threads #6953
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 new issues into Issue triage board | |
on: | |
issues: | |
types: [opened] | |
jobs: | |
automate-project-columns: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: alex-page/github-project-automation-plus@7ffb872c64bd809d23563a130a0a97d01dfa8f43 | |
with: | |
project: Issue triage | |
column: Incoming | |
repo-token: ${{ secrets.ELEMENT_BOT_TOKEN }} |