update github actions

pull/296/head
Taner Sener 4 years ago
parent 89217cddee
commit 426892b7f4
  1. 18
      .github/ISSUE_TEMPLATE/bug_report.md
  2. 2
      .github/workflows/stale.yml

@ -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.

@ -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.'

Loading…
Cancel
Save