Merge branch 'main' into algore/cicd-descript-release-matrix
This commit is contained in:
commit
825f42071c
16 changed files with 213 additions and 125 deletions
9
.github/workflows/pr-check-status.yml
vendored
9
.github/workflows/pr-check-status.yml
vendored
|
|
@ -13,8 +13,13 @@ concurrency:
|
|||
|
||||
jobs:
|
||||
nudge-stale-prs:
|
||||
runs-on: ubuntu-latest
|
||||
STALE_HOURS: "48"
|
||||
runs-on: blacksmith-2vcpu-ubuntu-2404
|
||||
permissions:
|
||||
contents: read
|
||||
pull-requests: write
|
||||
issues: write
|
||||
env:
|
||||
STALE_HOURS: "4"
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue