configcat 0.1.5

ConfigCat Rust SDK
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
name: Mark stale issues

on:
  schedule:
  - cron: '0 1 * * *'

  workflow_dispatch:

jobs:
  stale:
    uses: configcat/.github/.github/workflows/stale.yml@master
    secrets: inherit