Skip to content

Commit c2f3863

Browse files
Merge pull request #17 from technote-space/feature/update_gh_actions
feat: update gh actions
2 parents 9993ffc + 2cb8fcb commit c2f3863

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/no-response.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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
66
responseRequiredLabel: "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.

.github/workflows/issue_opened.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
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

.github/workflows/pr_opened.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ jobs:
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

0 commit comments

Comments
 (0)