Skip to content

Commit

Permalink
Add takanome-dev/assign-issue-action
Browse files Browse the repository at this point in the history
  • Loading branch information
koppor committed Oct 16, 2024
1 parent 582a681 commit 50edbd5
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/assign-issue.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Assign Issue

on:
schedule:
- cron: 0 0 * * *
issue_comment:
types: [created]
workflow_dispatch:

jobs:
assign:
runs-on: ubuntu-latest
steps:
- name: Assign the user or unassign stale assignments
uses: takanome-dev/[email protected]
with:
github_token: '${{ secrets.GITHUB_TOKEN }}'
days_until_unassign: 30

0 comments on commit 50edbd5

Please sign in to comment.