forked from CringeStudios/element-desktop

Update org in workflows and scripts (cherry picked from commit 9586a17fafb77b9aac5e172707426a2fb4146c16)
11 lines
230 B
YAML
11 lines
230 B
YAML
name: Move labelled issues to correct projects
|
|
|
|
on:
|
|
issues:
|
|
types: [labeled]
|
|
|
|
jobs:
|
|
call-triage-labelled:
|
|
uses: element-hq/element-web/.github/workflows/triage-labelled.yml@develop
|
|
secrets: inherit
|