You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* WIP: tiny modifcations to tasks for ci
* WIP: testing first version of yakbuild ci
* WIP-FIX: depracated artifacts fixed
* WIP: updated manifest version
* WIP: testing versionize
* WIP: workin on ci - canoot be tested with act locally since win x1
* WIP: workin on ci - canoot be tested with act locally since win x3
* WIP: workin on ci - canoot be tested with act locally since win x4
* WIP: workin on ci - canoot be tested with act locally since win x5
* WIP: workin on ci - canoot be tested with act locally since win x6
* WIP: workin on ci - canoot be tested with act locally since win x7
* ACTION_BOT: Sync version for release
---------
Co-authored-by: Andrea Settimi <andreasettimi39@gmail.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
# Close existing pull requests for version-sync-branch
59
+
- run: |
60
+
gh pr list --state open --head version-sync-branch --json number --jq '.[].number' | ForEach-Object { gh pr close $_ }
61
+
env:
62
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
63
+
shell: pwsh
64
+
# Create pull request
65
+
- run: |
66
+
gh pr create --title "ACTION_BOT: Sync version for release" --body "Sync version for release" --base main --head version-sync-branch --label ACTION_BOT
67
+
env:
68
+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
69
+
# Merge pull request
70
+
- run: |
71
+
$pr = gh pr list --head version-sync-branch --json number --jq '.[0].number'
72
+
gh pr merge $pr --squash --delete-branch --admin
73
+
env:
74
+
GITHUB_TOKEN: ${{ secrets.DF_COBOT_PAT_TOKEN }}
75
+
shell: pwsh
76
+
77
+
# build-ghusers:
78
+
# runs-on: windows-latest
79
+
80
+
# steps:
81
+
# - uses: actions/checkout@v2
82
+
83
+
# - name: Install Python and pythonnet
84
+
# uses: actions/setup-python@v2
85
+
# with:
86
+
# python-version: '3.9.10'
87
+
88
+
# - name: Install Python dependencies
89
+
# run: |
90
+
# python -m pip install --upgrade pip
91
+
# pip install invoke
92
+
# pip install pythonnet
93
+
94
+
# - name: Flag the ghuser codes with the correct package version
95
+
# run: invoke flagerize
96
+
97
+
# - name: commit the changes to the repo
98
+
# run: git commit -am "Update the version across the project"
99
+
100
+
101
+
102
+
103
+
104
+
105
+
106
+
107
+
108
+
# - name: Flag the ghuser codes with the correct package version
109
+
# run: invoke flagerize
110
+
111
+
# - name: Build the ghuser components
112
+
# run: invoke componentize
113
+
114
+
# - name: Save artifact the ghuser components
115
+
# uses: actions/upload-artifact@v4
116
+
# with:
117
+
# name: ghuser_components_artifact
118
+
119
+
# build-yak-package:
120
+
# runs-on: windows-latest
121
+
122
+
# steps:
123
+
# - uses: actions/checkout@v2
124
+
125
+
# - name: Install Python and pythonnet
126
+
# uses: actions/setup-python@v2
127
+
# with:
128
+
# python-version: '3.9.10'
129
+
130
+
# - name: Install Python dependencies
131
+
# run: |
132
+
# python -m pip install --upgrade pip
133
+
# pip install invoke
134
+
# pip install pythonnet
135
+
136
+
# - name: Update the version across the project
137
+
# run: invoke versionize
138
+
139
+
# - name: Flag the ghuser codes with the correct package version
140
+
# run: invoke flagerize
141
+
142
+
# - name: Build the yak package
143
+
# run: invoke yakerize
144
+
145
+
# - name: Save artifact the yak package as an artifact
Copy file name to clipboardExpand all lines: manifest.yml
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,12 @@
1
1
---
2
2
name: diffCheck
3
-
version: 0.0.24
3
+
version: 0.0.28
4
4
authors:
5
5
- Andrea Settimi
6
6
- Damien Gilliard
7
7
- Eleni Skevaki
8
8
- Marirena Kladeftira
9
-
10
-
description: diffCheck allows to process point clouds of scans and compare it with a reference model. It is a tool for timber construction, but can be used for other applications as well.
9
+
description: diffCheck allows to process point clouds of scans and compare it with a reference model. It has specific benchmark for timber structures and fabrications.
0 commit comments