mirror of
https://github.com/vector-im/element-web.git
synced 2025-10-01 18:41:05 +02:00
Move Spaces issues to new Delight board (#19661)
Keep automation for old board too as we haven't moved the team yet Signed-off-by: Ekaterina Gerasimova <ekaterinag@element.io>
This commit is contained in:
parent
0317e39ef7
commit
2ef1191afa
17
.github/workflows/triage-move-labelled.yml
vendored
17
.github/workflows/triage-move-labelled.yml
vendored
@ -60,6 +60,23 @@ jobs:
|
|||||||
project-url: "https://github.com/orgs/vector-im/projects/6"
|
project-url: "https://github.com/orgs/vector-im/projects/6"
|
||||||
column-name: "📥 Inbox"
|
column-name: "📥 Inbox"
|
||||||
label-name: "A-Spaces"
|
label-name: "A-Spaces"
|
||||||
|
- uses: octokit/graphql-action@v2.x
|
||||||
|
id: add_to_delight2
|
||||||
|
with:
|
||||||
|
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
||||||
|
query: |
|
||||||
|
mutation add_to_project($projectid:String!,$contentid:String!) {
|
||||||
|
addProjectNextItem(input:{projectId:$projectid contentId:$contentid}) {
|
||||||
|
projectNextItem {
|
||||||
|
id
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
projectid: ${{ env.PROJECT_ID }}
|
||||||
|
contentid: ${{ github.event.issue.node_id }}
|
||||||
|
env:
|
||||||
|
PROJECT_ID: "PN_kwDOAM0swc1HvQ"
|
||||||
|
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
||||||
move_voice-message_issues:
|
move_voice-message_issues:
|
||||||
name: Move A-Voice Messages to Voice message board
|
name: Move A-Voice Messages to Voice message board
|
||||||
|
Loading…
x
Reference in New Issue
Block a user