Bernd Storath
5 days ago
No known key found for this signature in database
GPG Key ID: D6C85685A555540F
5 changed files with
7 additions and
6 deletions
-
.github/workflows/deploy-development.yml
-
.github/workflows/deploy-edge.yml
-
.github/workflows/deploy.yml
-
.github/workflows/lint.yml
-
.github/workflows/stale.yml
|
@ -133,7 +133,7 @@ jobs: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
- name: Setup Python |
|
|
- name: Setup Python |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v6 |
|
|
with: |
|
|
with: |
|
|
python-version: 3.11.9 |
|
|
python-version: 3.11.9 |
|
|
cache: "pip" |
|
|
cache: "pip" |
|
|
|
@ -144,7 +144,7 @@ jobs: |
|
|
ref: master |
|
|
ref: master |
|
|
|
|
|
|
|
|
- name: Setup Python |
|
|
- name: Setup Python |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v6 |
|
|
with: |
|
|
with: |
|
|
python-version: 3.11.9 |
|
|
python-version: 3.11.9 |
|
|
cache: "pip" |
|
|
cache: "pip" |
|
|
|
@ -147,7 +147,7 @@ jobs: |
|
|
- uses: actions/checkout@v4 |
|
|
- uses: actions/checkout@v4 |
|
|
|
|
|
|
|
|
- name: Setup Python |
|
|
- name: Setup Python |
|
|
uses: actions/setup-python@v5 |
|
|
uses: actions/setup-python@v6 |
|
|
with: |
|
|
with: |
|
|
python-version: 3.11.9 |
|
|
python-version: 3.11.9 |
|
|
cache: "pip" |
|
|
cache: "pip" |
|
|
|
@ -22,7 +22,7 @@ jobs: |
|
|
run_install: false |
|
|
run_install: false |
|
|
|
|
|
|
|
|
- name: Setup Node |
|
|
- name: Setup Node |
|
|
uses: actions/setup-node@v4 |
|
|
uses: actions/setup-node@v5 |
|
|
with: |
|
|
with: |
|
|
node-version: "lts/*" |
|
|
node-version: "lts/*" |
|
|
check-latest: true |
|
|
check-latest: true |
|
@ -55,7 +55,7 @@ jobs: |
|
|
run_install: false |
|
|
run_install: false |
|
|
|
|
|
|
|
|
- name: Setup Node |
|
|
- name: Setup Node |
|
|
uses: actions/setup-node@v4 |
|
|
uses: actions/setup-node@v5 |
|
|
with: |
|
|
with: |
|
|
node-version: "lts/*" |
|
|
node-version: "lts/*" |
|
|
check-latest: true |
|
|
check-latest: true |
|
|
|
@ -15,11 +15,12 @@ jobs: |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
if: github.repository_owner == 'wg-easy' |
|
|
if: github.repository_owner == 'wg-easy' |
|
|
permissions: |
|
|
permissions: |
|
|
|
|
|
actions: write |
|
|
issues: write |
|
|
issues: write |
|
|
pull-requests: write |
|
|
pull-requests: write |
|
|
|
|
|
|
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/stale@v9 |
|
|
- uses: actions/stale@v10 |
|
|
with: |
|
|
with: |
|
|
days-before-issue-stale: 30 |
|
|
days-before-issue-stale: 30 |
|
|
days-before-issue-close: 14 |
|
|
days-before-issue-close: 14 |
|
|