Merge remote-tracking branch 'origin/master' into updating-configuration
This commit is contained in:
4
.github/workflows/pypi.yml
vendored
4
.github/workflows/pypi.yml
vendored
@@ -8,9 +8,9 @@ jobs:
|
|||||||
deploy:
|
deploy:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v1
|
- uses: actions/checkout@v4
|
||||||
- name: Set up Python
|
- name: Set up Python
|
||||||
uses: actions/setup-python@v1
|
uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.x'
|
python-version: '3.x'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
8
.github/workflows/stale.yml
vendored
8
.github/workflows/stale.yml
vendored
@@ -9,12 +9,12 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@v8
|
- uses: actions/stale@v8
|
||||||
with:
|
with:
|
||||||
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
stale-issue-message: 'This issue is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
||||||
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
|
stale-pr-message: 'This PR is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
|
||||||
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
|
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
|
||||||
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
|
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
|
||||||
days-before-issue-stale: 30
|
days-before-issue-stale: 45
|
||||||
days-before-pr-stale: 45
|
days-before-pr-stale: 90
|
||||||
days-before-issue-close: 5
|
days-before-issue-close: 5
|
||||||
days-before-pr-close: 10
|
days-before-pr-close: 10
|
||||||
operations-per-run: 100
|
operations-per-run: 100
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
cement==2.10.14
|
cement==2.10.14
|
||||||
pynginxconfig==0.3.4
|
pynginxconfig==0.3.4
|
||||||
PyMySQL==1.1.0
|
PyMySQL==1.1.1
|
||||||
psutil==5.9.8
|
psutil==5.9.8
|
||||||
sh==2.0.6
|
sh==2.0.6
|
||||||
SQLAlchemy==1.4.52
|
SQLAlchemy==1.4.52
|
||||||
|
|||||||
Reference in New Issue
Block a user