Skip to content

Commit

Permalink
Merge branch 'master' of github.com:remy/nodemon
Browse files Browse the repository at this point in the history
* 'master' of github.com:remy/nodemon:
  chore: update issue template
  chore: fix stale.yml
  • Loading branch information
remy committed Jul 9, 2021
2 parents f523d0e + 46791d6 commit b52fc89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Expand Up @@ -14,9 +14,9 @@ assignees: ''
gulp, grunt, webpack, etc. Thank you so much <3
-->

- Versions: <!-- run this: node -e 'console.log(`node@${process.version}, ${process.platform}@${require(\"os\").release()}`)' -->
- `nodemon -v`:
- `node -v`:
- Operating system/terminal environment:
- Operating system/terminal environment (powershell, gitshell, etc):
- Using Docker? What image:
- Command you ran:

Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/stale.yml
Expand Up @@ -29,7 +29,4 @@ jobs:
Thank you for contributing <3
close-issue-message: 'Automatically closing this issue due to lack of activity'
exempt-issue-labels:
- not-stale
- security
- pinned
exempt-issue-labels: not-stale,security,pinned

0 comments on commit b52fc89

Please sign in to comment.