Skip to content

Commit d4e4029

Browse files
Merge branch 'main' into hack_gitignore
2 parents 09bfd0a + 55c368b commit d4e4029

File tree

3 files changed

+31
-1
lines changed

3 files changed

+31
-1
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
version: 2
2+
updates:
3+
# Update GitHub Actions
4+
- package-ecosystem: "github-actions"
5+
labels:
6+
- 📦 dependencies
7+
directory: "/" # refers to the location of package.json
8+
commit-message:
9+
prefix: "chore(deps)"
10+
schedule:
11+
interval: "daily"
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name: Close inactive issues
2+
on:
3+
schedule:
4+
- cron: "30 1 * * *"
5+
6+
jobs:
7+
close-issues:
8+
runs-on: ubuntu-latest
9+
permissions:
10+
issues: write
11+
pull-requests: write
12+
steps:
13+
- uses: actions/stale@v5
14+
with:
15+
days-before-issue-stale: 16
16+
days-before-issue-close: 14
17+
stale-issue-label: "issue: stale"
18+
stale-issue-message: "This issue is marked stale because it has been open for 16 days with no activity."
19+
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
20+
repo-token: ${{ secrets.GITHUB_TOKEN }}

tsconfig.tsbuildinfo

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy