WF
This commit is contained in:
parent
f52767bef0
commit
10dcece5bb
3
.github/workflows/move-to-main-repo.yaml
vendored
3
.github/workflows/move-to-main-repo.yaml
vendored
@ -24,6 +24,8 @@ jobs:
|
|||||||
echo "Filtering Issues with Label MigrationTest"
|
echo "Filtering Issues with Label MigrationTest"
|
||||||
|
|
||||||
raw_output=$(gh issue list --json title,labels)
|
raw_output=$(gh issue list --json title,labels)
|
||||||
|
echo "$raw_output"
|
||||||
|
|
||||||
filtered_issues=$(echo "$raw_output" | jq -r '.[] | select(.labels[]? == "MigrationTest") | .title')
|
filtered_issues=$(echo "$raw_output" | jq -r '.[] | select(.labels[]? == "MigrationTest") | .title')
|
||||||
if [ -z "$filtered_issues" ]; then
|
if [ -z "$filtered_issues" ]; then
|
||||||
echo "No issues found with label 'MigrationTest'."
|
echo "No issues found with label 'MigrationTest'."
|
||||||
@ -73,6 +75,7 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
GH_TOKEN: ${{ steps.generate-token.outputs.token }}
|
||||||
run: |
|
run: |
|
||||||
|
script_name="wf-test"
|
||||||
|
|
||||||
target_repo="community-scripts/ProxmoxVE"
|
target_repo="community-scripts/ProxmoxVE"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user