File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 11# Configuration for probot-no-response - https://github.com/probot/no-response
22
33# Number of days of inactivity before an Issue is closed for lack of response
4- daysUntilClose : 30
4+ daysUntilClose : 14
55# Label requiring a response
66responseRequiredLabel : " Status: More Information Needed"
77# Comment to post when closing an Issue for lack of response. Set to `false` to disable
@@ -10,4 +10,4 @@ closeComment: >
1010 to our request for more information from the original author. With only the
1111 information that is currently in the issue, we don't have enough information
1212 to take action. Please reach out if you have or find the answers we need so
13- that we can investigate further.
13+ that we can investigate further.
Original file line number Diff line number Diff line change 77 steps :
88 - name : Assign issues to project
99 if : github.event.action == 'opened'
10- uses : alex-page/add-new-issue-project @master
10+ uses : alex-page/github-project-automation-plus @master
1111 with :
12- args : " Backlog \" To do \" "
13- env :
14- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12+ project : Backlog
13+ column : To do
14+ repo-token : ${{ secrets.GITHUB_TOKEN }}
1515
1616 assignAuthor :
1717 name : Assign author to issue
Original file line number Diff line number Diff line change 77 steps :
88 - name : Assign PullRequest to Project
99 if : github.event.action == 'opened'
10- uses : alex-page/add-new-pulls-project @master
10+ uses : alex-page/github-project-automation-plus @master
1111 with :
12- args : " Backlog \" To do \" "
13- env :
14- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
12+ project : Backlog
13+ column : To do
14+ repo-token : ${{ secrets.GITHUB_TOKEN }}
1515
1616 assignAuthor :
1717 name : Assign author to PR
You can’t perform that action at this time.
0 commit comments