mirror of
https://github.com/seejohnrun/haste-server
synced 2025-08-21 10:13:10 -07:00
🔥 Removed current GitHub issue inactivity workflow
This commit is contained in:
parent
806a93e671
commit
f8246087f9
2 changed files with 0 additions and 31 deletions
1
.github/CODEOWNERS
vendored
1
.github/CODEOWNERS
vendored
|
@ -1 +0,0 @@
|
||||||
* @toptal/marketing-tools-2-eng
|
|
30
.github/workflows/close-inactive.yaml
vendored
30
.github/workflows/close-inactive.yaml
vendored
|
@ -1,30 +0,0 @@
|
||||||
name: Close inactive issues and PRs
|
|
||||||
on:
|
|
||||||
workflow_dispatch:
|
|
||||||
schedule:
|
|
||||||
- cron: "30 1 * * *"
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
close-stale:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
permissions:
|
|
||||||
issues: write
|
|
||||||
pull-requests: write
|
|
||||||
steps:
|
|
||||||
- uses: actions/stale@v6
|
|
||||||
with:
|
|
||||||
days-before-stale: 30
|
|
||||||
days-before-close: 14
|
|
||||||
stale-issue-label: "stale"
|
|
||||||
stale-pr-label: "stale"
|
|
||||||
|
|
||||||
exempt-issue-labels: backlog,triage,nostale
|
|
||||||
exempt-pr-labels: backlog,triage,nostale
|
|
||||||
|
|
||||||
stale-pr-message: "This PR is stale because it has been open for 30 days with no activity."
|
|
||||||
close-pr-message: "This PR was closed because it has been inactive for 14 days since being marked as stale."
|
|
||||||
|
|
||||||
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
|
|
||||||
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
|
|
||||||
|
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
|
Loading…
Add table
Add a link
Reference in a new issue