forked from MirrorHub/synapse
Use backend-meta edition of issue triage workflow (#14230)
This commit is contained in:
parent
fa8616e65c
commit
04d7f56f53
2 changed files with 9 additions and 21 deletions
29
.github/workflows/triage-incoming.yml
vendored
29
.github/workflows/triage-incoming.yml
vendored
|
@ -5,24 +5,11 @@ on:
|
||||||
types: [ opened ]
|
types: [ opened ]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
add_new_issues:
|
triage:
|
||||||
name: Add new issues to the triage board
|
uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v1
|
||||||
runs-on: ubuntu-latest
|
with:
|
||||||
steps:
|
project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
|
||||||
- uses: octokit/graphql-action@v2.x
|
content_id: ${{ github.event.issue.node_id }}
|
||||||
id: add_to_project
|
secrets:
|
||||||
with:
|
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
||||||
headers: '{"GraphQL-Features": "projects_next_graphql"}'
|
|
||||||
query: |
|
|
||||||
mutation add_to_project($projectid:ID!,$contentid:ID!) {
|
|
||||||
addProjectV2ItemById(input: {projectId: $projectid contentId: $contentid}) {
|
|
||||||
item {
|
|
||||||
id
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
projectid: ${{ env.PROJECT_ID }}
|
|
||||||
contentid: ${{ github.event.issue.node_id }}
|
|
||||||
env:
|
|
||||||
PROJECT_ID: "PVT_kwDOAIB0Bs4AFDdZ"
|
|
||||||
GITHUB_TOKEN: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
|
||||||
|
|
1
changelog.d/14230.misc
Normal file
1
changelog.d/14230.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Switch to using the `matrix-org/backend-meta` version of `triage-incoming` for new issues in CI.
|
Loading…
Reference in a new issue