Skip to content

Commit

Permalink
🔄 synced file(s) with klaasnicolaas/github-config (#133)
Browse files Browse the repository at this point in the history
* 🔄 synced local 'template/.github/' with remote 'github/'

* 🔄 synced local '.github/workflows/' with remote 'github/workflows/'
  • Loading branch information
klaasnicolaas authored Apr 23, 2024
1 parent 68a9b1f commit 2a40926
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: dessant/[email protected]
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: "30"
issue-lock-reason: ""
pr-inactive-days: "1"
Expand Down
2 changes: 1 addition & 1 deletion template/.github/workflows/lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: dessant/[email protected]
with:
github-token: ${{ github.token }}
github-token: ${{ secrets.GITHUB_TOKEN }}
issue-inactive-days: "30"
issue-lock-reason: ""
pr-inactive-days: "1"
Expand Down

0 comments on commit 2a40926

Please sign in to comment.