Merge pull request #1295 from vector-im/Johennes-patch-1

This commit is contained in:
Johannes Marbach 2023-11-06 14:56:01 +01:00 committed by GitHub
commit cb3cb91c2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

9
.github/workflows/triage-labelled.yml vendored Normal file
View File

@ -0,0 +1,9 @@
name: Move labelled issues to correct projects
on:
issues:
types: [labeled]
jobs:
call-triage-labelled:
uses: vector-im/element-web/.github/workflows/triage-labelled.yml@develop