Skip to content

Commit 56b15a3

Browse files
Add label to Workflow PR (#3219)
* Add label to PR * Add label to PR
1 parent ab67c89 commit 56b15a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/crawl-versions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
fi
9191
git commit -m "Update versions.json"
9292
git push origin update_versions --force
93-
gh pr create --title "[AUTOMATIC PR]Update versions.json" --body "Update versions.json, crawled from newreleases.io" --base main --head update_versions
93+
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"
9494
9595
- name: Approve pull request
9696
if: env.changed == 'true'

0 commit comments

Comments
 (0)