ci: unassign issues stale 14 days ago (#3529)

This closes https://github.com/GreptimeTeam/greptimedb/issues/3525.
This commit is contained in:
tison
2024-03-18 11:01:10 +08:00
committed by GitHub
parent 74862f8c3f
commit d36a5a74d3

21
.github/workflows/unassign.yml vendored Normal file
View File

@@ -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 }}