File tree Expand file tree Collapse file tree 4 files changed +14
-12
lines changed Expand file tree Collapse file tree 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
22contact_links :
33 - name : For issues related to authentication and service errors
44 url : https://learn.microsoft.com/powershell/microsoftgraph/troubleshooting
Original file line number Diff line number Diff line change @@ -59,6 +59,16 @@ configuration:
5959 reply : This issue has been marked as duplicate and has not had any activity for **1 day**. It will be closed for housekeeping purposes.
6060 - closeIssue
6161 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 :
6272 - if :
6373 - payloadType : Issue_Comment
6474 - isAction :
Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
1818 steps :
1919 - name : Generate token
2020 id : generate_token
21- uses : tibdex/ github-app-token@3beb63f4bd073e61482598c45c71c1019b59b73a
21+ uses : actions/create- github-app-token@v1
2222 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 }}
2525
2626 - name : Get project data
2727 env :
You can’t perform that action at this time.
0 commit comments