mirror of
https://github.com/aircrack-ng/rtl8812au.git
synced 2024-11-22 05:14:35 +00:00
Merge 1ccbd3cd83
into b44d288f42
This commit is contained in:
commit
f1c97b891b
20
.github/workflows/stale.yml
vendored
Normal file
20
.github/workflows/stale.yml
vendored
Normal file
@ -0,0 +1,20 @@
|
||||
name: 'Close stale issues'
|
||||
on:
|
||||
schedule:
|
||||
- cron: '0 0 * * *'
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-label: 'area: stale'
|
||||
stale-issue-message: |
|
||||
This issue is stale because it has been open 30 days with no activity.
|
||||
Our core developers tend to be more verbose on denying. If there is no negative comment, possibly this feature will be accepted.
|
||||
We are accepting PRs :smiley:.
|
||||
Comment or this will be closed in 7 days
|
||||
days-before-stale: 30
|
||||
days-before-close: 7
|
Loading…
Reference in New Issue
Block a user