Skip to content

BUG: Proposals in progress should show "not concluded yet" instead of "failed" #28

BUG: Proposals in progress should show "not concluded yet" instead of "failed"

BUG: Proposals in progress should show "not concluded yet" instead of "failed" #28

Workflow file for this run

name: Add Issues to AIBTC Project
on:
issues:
types: [opened, labeled]
jobs:
add-to-project:
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@v1
with:
project-url: https://github.com/orgs/aibtcdev/projects/7
github-token: ${{ secrets.GITHUB_TOKEN }}