Skip to content

Commit 450127b

Browse files
committed
[GHA] Updated settings for commenter
1 parent c062429 commit 450127b

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/label-commenter-config.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ labels:
2828
labeled:
2929
issue:
3030
body: Hello @{{ issue.user.login }}! Thank you for suggesting this enhancement.
31+
pr:
32+
body: Hello @{{ issue.user.login }}! Thank you for this enhancement.
3133
- name: feature request
3234
labeled:
3335
issue:
@@ -77,8 +79,16 @@ labels:
7779
body: |
7880
Hello @{{ issue.user.login }}! Please check the fresh version (development snapshot) of Stellarium:
7981
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot
82+
pr:
83+
body: |
84+
Hello @{{ issue.user.login }}! Please check the fresh version (development snapshot) of Stellarium:
85+
https://github.com/Stellarium/stellarium-data/releases/tag/weekly-snapshot
8086
unlabeled:
8187
issue:
8288
body: |
8389
Hello @{{ issue.user.login }}! Please check the latest stable version of Stellarium:
8490
https://github.com/Stellarium/stellarium/releases/latest
91+
pr:
92+
body: |
93+
Hello @{{ issue.user.login }}! Please check the latest stable version of Stellarium:
94+
https://github.com/Stellarium/stellarium/releases/latest

0 commit comments

Comments
 (0)