Skip to content

Commit bc21349

Browse files
author
Drew Yang
committed
chore: pre-commit lint
1 parent 794c772 commit bc21349

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/close_inactive_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
close-issue-message: "This issue was closed because it has been inactive for 365 days since being marked as stale, please reopen if it's still applicable."
2020
days-before-pr-stale: 45 # for initial period, suggest 15
2121
days-before-pr-close: 365 # for initial period, suggest 30
22-
repo-token: ${{ secrets.GITHUB_TOKEN }}
22+
repo-token: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/label_issues.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ jobs:
1515
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1616
GH_REPO: ${{ github.repository }}
1717
NUMBER: ${{ github.event.issue.number }}
18-
LABELS: triage
18+
LABELS: triage

0 commit comments

Comments
 (0)