Skip to content

Commit

Permalink
Updates 3.3
Browse files Browse the repository at this point in the history
Fix relative path for postinstall script
Adjust lock action to lock all closed prs/issues after 2 days of inactivity.
  • Loading branch information
juliemturner committed May 6, 2022
1 parent 97f71e3 commit 44b3787
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@ jobs:
- uses: dessant/lock-threads@v2
with:
github-token: ${{ github.token }}
issue-lock-inactive-days: '30'
issue-exclude-labels: 'help wanted 🐇,Roadmap,status: blocked,status: in progress,status: investigate'
issue-lock-inactive-days: '2'
issue-lock-labels: 'auto-locked'
issue-lock-comment: 'This issue is locked for inactivity or age. If you have a related issue please open a new issue and reference this one. Closed issues are not tracked.'
issue-lock-reason: ''
process-only: 'issues'
2 changes: 1 addition & 1 deletion packages/sp/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"main": "./index.js",
"typings": "./index",
"scripts": {
"postinstall": "node ../../tools/postinstall/script.cjs"
"postinstall": "node ../tools/postinstall/script.cjs"
},
"dependencies": {
"tslib": "2.3.1",
Expand Down

0 comments on commit 44b3787

Please sign in to comment.