diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml new file mode 100644 index 0000000..7ee1477 --- /dev/null +++ b/.github/workflows/stale.yml @@ -0,0 +1,12 @@ +name: Mark stale issues + +on: + schedule: + - cron: '0 1 * * *' + + workflow_dispatch: + +jobs: + stale: + uses: configcat/.github/.github/workflows/stale.yml@master + secrets: inherit \ No newline at end of file diff --git a/README.md b/README.md index b50c3c5..cdcd3d4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,6 @@ ConfigCat is a hosted feature fl [![CocoaPods](https://img.shields.io/cocoapods/v/ConfigCat.svg)](https://cocoapods.org/pods/ConfigCat) [![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage) [![Supported Platforms](https://img.shields.io/cocoapods/p/ConfigCat.svg?style=flat)](https://configcat.com/docs/sdk-reference/ios) -![License](https://img.shields.io/github/license/configcat/swift-sdk.svg) ## Getting started