Skip to content

Commit

Permalink
Added workflow to batch close all open issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dacuster committed Oct 24, 2024
1 parent a1068b8 commit f1b30d3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/close_all_issues.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Close all issues

on:
workflow_dispatch:
branches:
-master

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v9
with:
days-before-issue-close: 0
days-before-issue-stale: 0
close-issue-message: 'Our issue tracking has moved! If you are still experiencing issues with MSCL please open a ticket on the [MicroStrain Support Portal](https://support.microstrain.com/)'

0 comments on commit f1b30d3

Please sign in to comment.