Add label to Workflow PR (#3219)

* Add label to PR

* Add label to PR
This commit is contained in:
Michel Roegl-Brunner 2025-03-18 13:36:03 +01:00 committed by GitHub
parent ab67c89425
commit 56b15a3f7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -90,7 +90,7 @@ jobs:
fi
git commit -m "Update versions.json"
git push origin update_versions --force
gh pr create --title "[AUTOMATIC PR]Update versions.json" --body "Update versions.json, crawled from newreleases.io" --base main --head update_versions
gh pr create --title "[Github Action] Update versions.json" --body "Update versions.json, crawled from newreleases.io" --base main --head update_versions --label "automated pr"
- name: Approve pull request
if: env.changed == 'true'