mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-03-09 15:40:20 +00:00
12
This commit is contained in:
parent
983ee6ab58
commit
7fbb46c1de
1 changed files with 9 additions and 8 deletions
17
.github/workflows/stale.yml
vendored
17
.github/workflows/stale.yml
vendored
|
@ -10,6 +10,15 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
uses: actions/stale@v3.0.10
|
uses: actions/stale@v3.0.10
|
||||||
|
- name: with
|
||||||
|
with:
|
||||||
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
|
||||||
|
stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
|
||||||
|
days-before-stale: 120
|
||||||
|
days-before-close: 5
|
||||||
|
exempt-issue-labels: 'work-in-progress,enhancement'
|
||||||
|
exempt-pr-labels: 'work-in-progress,enhancement'
|
||||||
- name: Space cleanup
|
- name: Space cleanup
|
||||||
env:
|
env:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
|
@ -27,11 +36,3 @@ jobs:
|
||||||
sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
|
sed -i 's/#src-git helloworld/src-git helloworld/g' ./feeds.conf.default
|
||||||
./scripts/feeds update -a
|
./scripts/feeds update -a
|
||||||
./scripts/feeds install -a
|
./scripts/feeds install -a
|
||||||
with:
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
stale-issue-message: "This issue is stale because it has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days"
|
|
||||||
stale-pr-message: 'It has been open 120 days with no activity. Remove stale label or comment or this will be closed in 5 days'
|
|
||||||
days-before-stale: 120
|
|
||||||
days-before-close: 5
|
|
||||||
exempt-issue-labels: 'work-in-progress,enhancement'
|
|
||||||
exempt-pr-labels: 'work-in-progress,enhancement'
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue