mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 16:05:54 +00:00
Workflow
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user