File tree 4 files changed +14
-12
lines changed
4 files changed +14
-12
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
- blank_issues_enabled : true
1
+ blank_issues_enabled : false
2
2
contact_links :
3
3
- name : For issues related to authentication and service errors
4
4
url : https://learn.microsoft.com/powershell/microsoftgraph/troubleshooting
Original file line number Diff line number Diff line change @@ -59,6 +59,16 @@ configuration:
59
59
reply : This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
60
60
- closeIssue
61
61
eventResponderTasks :
62
+ - if :
63
+ - payloadType : Issues
64
+ - isAction :
65
+ action : Closed
66
+ - hasLabel :
67
+ label : ' status:waiting-for-author-feedback'
68
+ then :
69
+ - removeLabel :
70
+ label : ' status:waiting-for-author-feedback'
71
+ description :
62
72
- if :
63
73
- payloadType : Issue_Comment
64
74
- isAction :
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
steps :
19
19
- name : Generate token
20
20
id : generate_token
21
- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
21
+ uses : actions/create- github-app-token@v1
22
22
with :
23
- app_id : ${{ secrets.GRAPHBOT_APP_ID }}
24
- private_key : ${{ secrets.GRAPHBOT_APP_PEM }}
23
+ app-id : ${{ secrets.GRAPHBOT_APP_ID }}
24
+ private-key : ${{ secrets.GRAPHBOT_APP_PEM }}
25
25
26
26
- name : Get project data
27
27
env :
You can’t perform that action at this time.
0 commit comments