Workflow
This commit is contained in:
parent
39aa685de0
commit
fb9d14cf4a
3
.github/workflows/move-to-main-repo.yaml
vendored
3
.github/workflows/move-to-main-repo.yaml
vendored
@ -47,6 +47,9 @@ jobs:
|
||||
|
||||
filtered_issues=$(echo "$raw_output" | jq -r '.[] | select(.labels[]?.name == "Migration To ProxmoxVE") | .title')
|
||||
issue_nr=$(echo "$raw_output" | jq -r '.[] | select(.labels[]?.name == "Migration To ProxmoxVE") | .number' | head -n 1)
|
||||
echo $raw_output
|
||||
echo $filtered_issues
|
||||
echo $issue_nr
|
||||
if [ -z "$filtered_issues" ]; then
|
||||
echo "No issues found with label 'Migration To ProxmoxVE'."
|
||||
exit 1
|
||||
|
Loading…
x
Reference in New Issue
Block a user