Skip to content

Commit

Permalink
Merge pull request #1177 from interlay/roadmap-automation
Browse files Browse the repository at this point in the history
feat: add roadmap items to roadmap but not backlog
  • Loading branch information
nud3l authored Aug 14, 2023
2 parents 716feae + 76a908e commit 9fba5c6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/projects.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ jobs:
with:
project-url: https://github.com/orgs/interlay/projects/3
github-token: ${{ secrets.PROJECTS }}
label: roadmap
label-operator: NOT
- uses: actions/[email protected]
with:
project-url: https://github.com/orgs/interlay/projects/4
github-token: ${{ secrets.PROJECTS }}
label: roadmap
label-operator: OR

0 comments on commit 9fba5c6

Please sign in to comment.