Skip to content

Commit 9fba5c6

Browse files
authored
Merge pull request #1177 from interlay/roadmap-automation
feat: add roadmap items to roadmap but not backlog
2 parents 716feae + 76a908e commit 9fba5c6

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/projects.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,11 @@ jobs:
1414
with:
1515
project-url: https://github.com/orgs/interlay/projects/3
1616
github-token: ${{ secrets.PROJECTS }}
17+
label: roadmap
18+
label-operator: NOT
19+
- uses: actions/add-to-project@v0.5.0
20+
with:
21+
project-url: https://github.com/orgs/interlay/projects/4
22+
github-token: ${{ secrets.PROJECTS }}
23+
label: roadmap
24+
label-operator: OR

0 commit comments

Comments
 (0)