We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 716feae + 76a908e commit 9fba5c6Copy full SHA for 9fba5c6
1 file changed
.github/workflows/projects.yml
@@ -14,3 +14,11 @@ jobs:
14
with:
15
project-url: https://github.com/orgs/interlay/projects/3
16
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
24
+ label-operator: OR
0 commit comments