File tree 1 file changed +18
-0
lines changed
1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change 43
43
channel : preview/stable
44
44
github-token : ${{ secrets.GITHUB_TOKEN }}
45
45
store-token : ${{ secrets.SNAP_STORE_STABLE }}
46
+
47
+ promote-openvino :
48
+ name : ⬆️ Promote to 2.99-openvino/stable
49
+ environment : " 2.99 OpenVino Candidate Branch"
50
+ runs-on : ubuntu-latest
51
+ if : |
52
+ ( !github.event.issue.pull_request )
53
+ && contains(github.event.comment.body, '/promote ')
54
+ && contains(github.event.comment.body, '2.99-openvino/stable')
55
+ && contains(github.event.issue.body, '2.99-openvino/stable')
56
+ && contains(github.event.*.labels.*.name, 'testing')
57
+ steps :
58
+ - name : ⬆️ Promote to 2.99-openvino/stable
59
+ uses : snapcrafters/ci/promote-to-stable@main
60
+ with :
61
+ channel : 2.99-openvino/stable
62
+ github-token : ${{ secrets.GITHUB_TOKEN }}
63
+ store-token : ${{ secrets.SNAP_STORE_STABLE }}
You can’t perform that action at this time.
0 commit comments