After restart of Element new notifications show up in previously fully read rooms #6932
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 }} |