Skip to content

[USERSNAP] I dont understand why a Drep can have active status with 0 voting power, or when they dont have a name attached to their position (ex.: data missing, or formatted incorrectly), or why 2 different Dreps can have the same name (ex.: HD5000). ... #138

[USERSNAP] I dont understand why a Drep can have active status with 0 voting power, or when they dont have a name attached to their position (ex.: data missing, or formatted incorrectly), or why 2 different Dreps can have the same name (ex.: HD5000). ...

[USERSNAP] I dont understand why a Drep can have active status with 0 voting power, or when they dont have a name attached to their position (ex.: data missing, or formatted incorrectly), or why 2 different Dreps can have the same name (ex.: HD5000). ... #138

name: Add all issues created to projects
on:
issues:
types: [opened]
jobs:
add-to-govtool-all-project:
name: Add issue to GovTool all project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/IntersectMBO/projects/30
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}
add-to-community-backlog-project:
name: Add issue to governance tools community backlog project
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/IntersectMBO/projects/34
github-token: ${{ secrets.ADD_ISSUE_TO_PROJECT_PAT }}