Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Add CI check for Compose stability issues #31

Add CI check for Compose stability issues

Add CI check for Compose stability issues #31

name: Add new issues to the verticals project board
on:
issues:
types:
- opened
jobs:
add-to-project:
name: Add issue to project
runs-on: non-dind
container: ubuntu
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/vector-im/projects/57
github-token: ${{ secrets.RIOTROBOT_TOKEN_VERTICALS }}