mirror of
https://github.com/danbulant/jose
synced 2026-05-21 05:18:59 +00:00
BREAKING CHANGE: Revised, Promise-based API BREAKING CHANGE: No dependencies BREAKING CHANGE: Browser support (using [Web Cryptography API](https://www.w3.org/TR/WebCryptoAPI/)) BREAKING CHANGE: Support for verification using a remote JWKS endpoint BREAKING CHANGE: Experimental Node.js libuv thread pool based runtime (non-blocking 🎉)
17 lines
351 B
YAML
17 lines
351 B
YAML
name: "Lock threads"
|
|
|
|
on:
|
|
schedule:
|
|
- cron: "0 9 * * *"
|
|
|
|
jobs:
|
|
lock:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: dessant/lock-threads@v2
|
|
with:
|
|
github-token: ${{ github.token }}
|
|
issue-lock-inactive-days: "90"
|
|
issue-lock-reason: ""
|
|
pr-lock-inactive-days: "90"
|
|
pr-lock-reason: ""
|