[USERSNAP] Oh dear… Where to start? If you wonder why not more people are delegating to DRep, try using the DRep directory. Filtering doesn't work, no option to display more names (Show more to only see a few more, really?). I'm certainly part of users ... #107
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |