mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-08 08:08:45 +01:00
Issue workflow: Split out spaces jobs for new and old boards
This commit is contained in:
parent
c89c0dcbd2
commit
1aa532178e
14
.github/workflows/triage-move-labelled.yml
vendored
14
.github/workflows/triage-move-labelled.yml
vendored
@ -47,8 +47,8 @@ jobs:
|
|||||||
PROJECT_ID: "PN_kwDOAM0swc0sUA"
|
PROJECT_ID: "PN_kwDOAM0swc0sUA"
|
||||||
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
|
|
||||||
move_spaces_issues:
|
spaces_issues_to_old_board:
|
||||||
name: Move Spaces issues to Delight project board
|
name: Spaces issues to old Delight project board
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
if: >
|
if: >
|
||||||
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
|
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
|
||||||
@ -61,8 +61,16 @@ 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"
|
||||||
|
|
||||||
|
spaces_issues_to_new_board:
|
||||||
|
name: Spaces issues to new Delight project board
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
if: >
|
||||||
|
contains(github.event.issue.labels.*.name, 'A-Spaces') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'A-Space-Settings') ||
|
||||||
|
contains(github.event.issue.labels.*.name, 'A-Subspaces')
|
||||||
|
steps:
|
||||||
- uses: octokit/graphql-action@v2.x
|
- uses: octokit/graphql-action@v2.x
|
||||||
id: add_to_delight2
|
|
||||||
with:
|
with:
|
||||||
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
||||||
query: |
|
query: |
|
||||||
|
Loading…
x
Reference in New Issue
Block a user