Skip to content

[USERSNAP] Why does the search for DRep search feature work for some DRep names and does not work for others. See screenshots. If I search for myself (inputendorsers) it does not work, but it works for some other DRep names, like ADALO. This should be... #183

[USERSNAP] Why does the search for DRep search feature work for some DRep names and does not work for others. See screenshots. If I search for myself (inputendorsers) it does not work, but it works for some other DRep names, like ADALO. This should be...

[USERSNAP] Why does the search for DRep search feature work for some DRep names and does not work for others. See screenshots. If I search for myself (inputendorsers) it does not work, but it works for some other DRep names, like ADALO. This should be... #183

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 }}