Skip to content

Commit 50edbd5

Browse files
committed
Add takanome-dev/assign-issue-action
1 parent 582a681 commit 50edbd5

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.github/workflows/assign-issue.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
name: Assign Issue
2+
3+
on:
4+
schedule:
5+
- cron: 0 0 * * *
6+
issue_comment:
7+
types: [created]
8+
workflow_dispatch:
9+
10+
jobs:
11+
assign:
12+
runs-on: ubuntu-latest
13+
steps:
14+
- name: Assign the user or unassign stale assignments
15+
uses: takanome-dev/[email protected]
16+
with:
17+
github_token: '${{ secrets.GITHUB_TOKEN }}'
18+
days_until_unassign: 30

0 commit comments

Comments
 (0)