From 98fd78d3314df6582c95b84471b2165c6a224278 Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 2 Apr 2025 09:53:26 -0700 Subject: [PATCH 1/2] Stale workflow --- templates/android/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/apple/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/cli/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/dart/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/deno/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/dotnet/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/flutter/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/go/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/graphql/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/kotlin/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/node/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/php/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/python/.github/workflows/stale.yml | 23 +++++++++++++++++++ .../react-native/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/rest/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/ruby/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/swift/.github/workflows/stale.yml | 23 +++++++++++++++++++ templates/web/.github/workflows/stale.yml | 23 +++++++++++++++++++ 18 files changed, 414 insertions(+) create mode 100644 templates/android/.github/workflows/stale.yml create mode 100644 templates/apple/.github/workflows/stale.yml create mode 100644 templates/cli/.github/workflows/stale.yml create mode 100644 templates/dart/.github/workflows/stale.yml create mode 100644 templates/deno/.github/workflows/stale.yml create mode 100644 templates/dotnet/.github/workflows/stale.yml create mode 100644 templates/flutter/.github/workflows/stale.yml create mode 100644 templates/go/.github/workflows/stale.yml create mode 100644 templates/graphql/.github/workflows/stale.yml create mode 100644 templates/kotlin/.github/workflows/stale.yml create mode 100644 templates/node/.github/workflows/stale.yml create mode 100644 templates/php/.github/workflows/stale.yml create mode 100644 templates/python/.github/workflows/stale.yml create mode 100644 templates/react-native/.github/workflows/stale.yml create mode 100644 templates/rest/.github/workflows/stale.yml create mode 100644 templates/ruby/.github/workflows/stale.yml create mode 100644 templates/swift/.github/workflows/stale.yml create mode 100644 templates/web/.github/workflows/stale.yml diff --git a/templates/android/.github/workflows/stale.yml b/templates/android/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/android/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/apple/.github/workflows/stale.yml b/templates/apple/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/apple/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/cli/.github/workflows/stale.yml b/templates/cli/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/cli/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/dart/.github/workflows/stale.yml b/templates/dart/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/dart/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/deno/.github/workflows/stale.yml b/templates/deno/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/deno/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/dotnet/.github/workflows/stale.yml b/templates/dotnet/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/dotnet/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/flutter/.github/workflows/stale.yml b/templates/flutter/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/flutter/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/go/.github/workflows/stale.yml b/templates/go/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/go/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/graphql/.github/workflows/stale.yml b/templates/graphql/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/graphql/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/kotlin/.github/workflows/stale.yml b/templates/kotlin/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/kotlin/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/node/.github/workflows/stale.yml b/templates/node/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/node/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/php/.github/workflows/stale.yml b/templates/php/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/php/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/python/.github/workflows/stale.yml b/templates/python/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/python/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/react-native/.github/workflows/stale.yml b/templates/react-native/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/react-native/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/rest/.github/workflows/stale.yml b/templates/rest/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/rest/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/ruby/.github/workflows/stale.yml b/templates/ruby/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/ruby/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/swift/.github/workflows/stale.yml b/templates/swift/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/swift/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file diff --git a/templates/web/.github/workflows/stale.yml b/templates/web/.github/workflows/stale.yml new file mode 100644 index 000000000..cee51df76 --- /dev/null +++ b/templates/web/.github/workflows/stale.yml @@ -0,0 +1,23 @@ +name: Mark stale issues + +on: + schedule: + - cron: "0 0 * * *" # Midnight Runtime + +jobs: + stale: + runs-on: ubuntu-latest + + steps: + - uses: actions/stale@v9 + with: + repo-token: ${{ secrets.GITHUB_TOKEN }} + stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." + stale-issue-label: "stale" + days-before-stale: 7 + days-before-close: 14 + remove-stale-when-updated: true + close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." + close-issue-reason: "not_planned" + operations-per-run: 100 + only-labels: "question" \ No newline at end of file From 7de67fcf56bb8162323b45c4786dd015ba7a5bbf Mon Sep 17 00:00:00 2001 From: Evan Date: Wed, 2 Apr 2025 16:23:55 -0700 Subject: [PATCH 2/2] yea --- templates/android/.github/workflows/stale.yml | 16 +--------------- templates/apple/.github/workflows/stale.yml | 16 +--------------- templates/cli/.github/workflows/stale.yml | 16 +--------------- templates/dart/.github/workflows/stale.yml | 16 +--------------- templates/deno/.github/workflows/stale.yml | 16 +--------------- templates/dotnet/.github/workflows/stale.yml | 16 +--------------- templates/flutter/.github/workflows/stale.yml | 16 +--------------- templates/go/.github/workflows/stale.yml | 16 +--------------- templates/graphql/.github/workflows/stale.yml | 16 +--------------- templates/kotlin/.github/workflows/stale.yml | 16 +--------------- templates/node/.github/workflows/stale.yml | 16 +--------------- templates/php/.github/workflows/stale.yml | 16 +--------------- templates/python/.github/workflows/stale.yml | 16 +--------------- .../react-native/.github/workflows/stale.yml | 16 +--------------- templates/rest/.github/workflows/stale.yml | 16 +--------------- templates/ruby/.github/workflows/stale.yml | 16 +--------------- templates/swift/.github/workflows/stale.yml | 16 +--------------- templates/web/.github/workflows/stale.yml | 16 +--------------- 18 files changed, 18 insertions(+), 270 deletions(-) diff --git a/templates/android/.github/workflows/stale.yml b/templates/android/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/android/.github/workflows/stale.yml +++ b/templates/android/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/apple/.github/workflows/stale.yml b/templates/apple/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/apple/.github/workflows/stale.yml +++ b/templates/apple/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/cli/.github/workflows/stale.yml b/templates/cli/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/cli/.github/workflows/stale.yml +++ b/templates/cli/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/dart/.github/workflows/stale.yml b/templates/dart/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/dart/.github/workflows/stale.yml +++ b/templates/dart/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/deno/.github/workflows/stale.yml b/templates/deno/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/deno/.github/workflows/stale.yml +++ b/templates/deno/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/dotnet/.github/workflows/stale.yml b/templates/dotnet/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/dotnet/.github/workflows/stale.yml +++ b/templates/dotnet/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/flutter/.github/workflows/stale.yml b/templates/flutter/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/flutter/.github/workflows/stale.yml +++ b/templates/flutter/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/go/.github/workflows/stale.yml b/templates/go/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/go/.github/workflows/stale.yml +++ b/templates/go/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/graphql/.github/workflows/stale.yml b/templates/graphql/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/graphql/.github/workflows/stale.yml +++ b/templates/graphql/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/kotlin/.github/workflows/stale.yml b/templates/kotlin/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/kotlin/.github/workflows/stale.yml +++ b/templates/kotlin/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/node/.github/workflows/stale.yml b/templates/node/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/node/.github/workflows/stale.yml +++ b/templates/node/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/php/.github/workflows/stale.yml b/templates/php/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/php/.github/workflows/stale.yml +++ b/templates/php/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/python/.github/workflows/stale.yml b/templates/python/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/python/.github/workflows/stale.yml +++ b/templates/python/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/react-native/.github/workflows/stale.yml b/templates/react-native/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/react-native/.github/workflows/stale.yml +++ b/templates/react-native/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/rest/.github/workflows/stale.yml b/templates/rest/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/rest/.github/workflows/stale.yml +++ b/templates/rest/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/ruby/.github/workflows/stale.yml b/templates/ruby/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/ruby/.github/workflows/stale.yml +++ b/templates/ruby/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/swift/.github/workflows/stale.yml b/templates/swift/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/swift/.github/workflows/stale.yml +++ b/templates/swift/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file diff --git a/templates/web/.github/workflows/stale.yml b/templates/web/.github/workflows/stale.yml index cee51df76..f43b2ff34 100644 --- a/templates/web/.github/workflows/stale.yml +++ b/templates/web/.github/workflows/stale.yml @@ -6,18 +6,4 @@ on: jobs: stale: - runs-on: ubuntu-latest - - steps: - - uses: actions/stale@v9 - with: - repo-token: ${{ secrets.GITHUB_TOKEN }} - stale-issue-message: "This issue has been labeled as a 'question', indicating that it requires additional information from the requestor. It has been inactive for 7 days. If no further activity occurs, this issue will be closed in 14 days." - stale-issue-label: "stale" - days-before-stale: 7 - days-before-close: 14 - remove-stale-when-updated: true - close-issue-message: "This issue has been closed due to inactivity. If you still require assistance, please provide the requested information." - close-issue-reason: "not_planned" - operations-per-run: 100 - only-labels: "question" \ No newline at end of file + uses: appwrite/.github/.github/workflows/stale.yml@main \ No newline at end of file