Skip to content

Commit

Permalink
ci: unassign issues stale 14 days ago
Browse files Browse the repository at this point in the history
This closes #3525.
  • Loading branch information
tisonkun committed Mar 16, 2024
1 parent 74862f8 commit 3c34d7c
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/workflows/unassign.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Auto Unassign
on:
schedule:
- cron: '4 2 * * *'
workflow_dispatch:

permissions:
contents: read
issues: write
pull-requests: write

jobs:
auto-unassign:
name: Auto Unassign
runs-on: ubuntu-latest
steps:
- name: Auto Unassign
uses: tisonspieces/auto-unassign@main
with:
token: ${{ secrets.GITHUB_TOKEN }}
repository: ${{ github.repository }}

0 comments on commit 3c34d7c

Please sign in to comment.