mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
81a0dc35f7
* Bump matrix-org/backend-meta from 1 to 2 Bumps [matrix-org/backend-meta](https://github.com/matrix-org/backend-meta) from 1 to 2. - [Release notes](https://github.com/matrix-org/backend-meta/releases) - [Commits](https://github.com/matrix-org/backend-meta/compare/v1...v2) --- updated-dependencies: - dependency-name: matrix-org/backend-meta dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> * Changelog --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: GitHub Actions <github-actions[bot]@users.noreply.github.com>
16 lines
368 B
YAML
16 lines
368 B
YAML
name: Move new issues into the issue triage board
|
|
|
|
on:
|
|
issues:
|
|
types: [ opened ]
|
|
|
|
jobs:
|
|
triage:
|
|
uses: matrix-org/backend-meta/.github/workflows/triage-incoming.yml@v2
|
|
with:
|
|
project_id: 'PVT_kwDOAIB0Bs4AFDdZ'
|
|
content_id: ${{ github.event.issue.node_id }}
|
|
secrets:
|
|
github_access_token: ${{ secrets.ELEMENT_BOT_TOKEN }}
|
|
|