Skip to content

Commit

Permalink
chore: foxed stale pr workflow (#88)
Browse files Browse the repository at this point in the history
* chore: foxed stale pr workflow

* chore: add dynamic token
  • Loading branch information
saidsef authored Jan 24, 2024
1 parent c5b01b9 commit 0716439
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 21 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/stale-prs.yml

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: 'Close stale issues'
on:
schedule:
- cron: '30 3 * * 1-5'

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue is stale because it has been open 15 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
days-before-stale: 15
days-before-close: 5
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@saidsef/tracing-node",
"version": "1.8.24",
"version": "1.8.25",
"description": "tracing NodeJS - This is a wrapper for OpenTelemetry instrumentation packages",
"main": "libs/index.js",
"scripts": {
Expand Down

0 comments on commit 0716439

Please sign in to comment.