We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2757682 commit daf488dCopy full SHA for daf488d
.github/workflows/main.yml
@@ -0,0 +1,13 @@
1
+on:
2
+ issues:
3
+ types: [labeled]
4
+jobs:
5
+ Coming_Soon_On_Roadmap_Project:
6
+ runs-on: ubuntu-latest
7
+ steps:
8
+ - uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0
9
+ with:
10
+ action-token: "${{ secrets.Roadmap_Labeler }}"
11
+ project-url: https://github.com/GoogleCloudPlatform/cloud-code-vscode/projects/1
12
+ column-name: "Coming Soon"
13
+ label-name: "r-coming soon"
0 commit comments