mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 21:23:55 +08:00
removing workflow to automatically close issues (#682)
This commit is contained in:
18
.github/workflows/close-stale-issues.yml
vendored
18
.github/workflows/close-stale-issues.yml
vendored
@ -1,18 +0,0 @@
|
||||
name: "Close stale issues"
|
||||
on:
|
||||
schedule:
|
||||
- cron: "12 3 * * *" # arbitrary time not to DDOS GitHub
|
||||
|
||||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
stale-issue-message: 'This issue was marked stale due to lack of activity. It will be closed in 30 days.'
|
||||
close-issue-message: 'Closed as inactive. Feel free to reopen if this issue needs resolving.'
|
||||
exempt-issue-labels: 'feature-request,triaged'
|
||||
stale-issue-label: 'backlog'
|
||||
days-before-stale: 30
|
||||
days-before-close: 60
|
Reference in New Issue
Block a user