From 426892b7f4857fad21d99b0b79b0c9be49027f44 Mon Sep 17 00:00:00 2001 From: Taner Sener Date: Sun, 2 Jan 2022 23:43:20 +0000 Subject: [PATCH] update github actions --- .github/ISSUE_TEMPLATE/bug_report.md | 18 ++++++++++-------- .github/workflows/stale.yml | 2 +- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c6ca42f..7430786 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -27,14 +27,16 @@ Post logs here or paste them to [Ghostbin](https://ghostbin.co) and insert the l **Environment** -- Platform: [e.g. Android/iOS/macOS/tvOS] -- Architecture: [arm-v7a, arm-v7a-neon, arm64-v8a, x86, x86_64, armv7, armv7s, arm64, arm64-mac-catalyst, arm64-simulator, arm64e, i386, x86-64, x86-64-mac-catalyst ] -- Version (if applicable) [e.g. v4.4] -- Source branch (if applicable) [e.g. master, development, v4.4] -- Xcode version (if applicable) [e.g. 7.3.1, 9.0.1, 12.0] -- Cocoapods version (if applicable) [e.g. 1.9.1] -- Android Studio version (if applicable) [e.g. 4.0] -- Android NDK version (if applicable) [e.g. 16b, r17c, r21d] +- Platform: `Android`/`Flutter`/`iOS`/`macOS`/`ReactNative`/`tvOS` +- Architecture: `arm-v7a`, `arm-v7a-neon`, `arm64-v8a`, `x86`, `x86_64`, `armv7`, `armv7s`, `arm64`, `arm64-mac-catalyst`, `arm64-simulator`, `arm64e`, `i386`, `x86-64`, `x86-64-mac-catalyst` +- Version: `v4.5`/`v4.5.LTS` +- Source branch: `main`, `development` +- Xcode version: `12.4.1` +- Cocoapods version: `1.10.1` +- Android Studio version: `4.0` +- Android NDK version: `r22b` +- flutter doctor: ` ` +- react-native info: ` ` **Other** Add any other context about the problem here. diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index f56a817..0ca8c1a 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -8,7 +8,7 @@ jobs: stale: runs-on: ubuntu-latest steps: - - uses: actions/stale@v1 + - uses: actions/stale@v4 with: repo-token: ${{ secrets.GITHUB_TOKEN }} stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'