Add two more actions
This commit is contained in:
parent
419e395d78
commit
ffb329f753
19
.github/workflows/need-feedback.yml
vendored
Normal file
19
.github/workflows/need-feedback.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: need-feeback-issues
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 * * * *" # pick a cron here, this is every 1h
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: luanpotter/changes-requested@master
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# these are optional, if you want to configure:
|
||||||
|
days-until-close: 5
|
||||||
|
trigger-label: status/need-feeback
|
||||||
|
closing-comment: This issue was closed by the need-feedback bot due to without feebacks.
|
||||||
|
dry-run: false
|
||||||
19
.github/workflows/need-translation.yml
vendored
Normal file
19
.github/workflows/need-translation.yml
vendored
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
name: need-translation-issues
|
||||||
|
|
||||||
|
on:
|
||||||
|
schedule:
|
||||||
|
- cron: "0 * * * *" # pick a cron here, this is every 1h
|
||||||
|
workflow_dispatch:
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: luanpotter/changes-requested@master
|
||||||
|
with:
|
||||||
|
github-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
# these are optional, if you want to configure:
|
||||||
|
days-until-close: 5
|
||||||
|
trigger-label: status/need-feeback
|
||||||
|
closing-comment: This issue was closed by the need-translation bot. Please transalate your issue to English so it could help others.
|
||||||
|
dry-run: false
|
||||||
Loading…
x
Reference in New Issue
Block a user