Skip to content

Commit

Permalink
fix(ci): update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
PKief committed Jan 31, 2025
1 parent 57c6a05 commit ba5e9b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
🏞️ icons:
icons:
- changed-files:
- any-glob-to-any-file: ['icons/*', 'src/core/icons/*.ts']

πŸ’± translations:
translations:
- changed-files:
- any-glob-to-any-file: ['package.nls*.json', 'src/core/i18n']

πŸ“ docs:
docs:
- changed-files:
- any-glob-to-any-file: '*.md'

πŸ”„ workflows:
workflows:
- changed-files:
- any-glob-to-any-file: ['.github/workflows/*', '.github/labeler.yml']

πŸ‹ devcontainers:
devcontainers:
- changed-files:
- any-glob-to-any-file: '.devcontainer/*'
4 changes: 2 additions & 2 deletions .github/workflows/close-stale-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
steps:
- uses: actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
with:
any-of-labels: "❓info-needed,❌ invalid"
any-of-labels: "info needed,invalid"
days-before-issue-stale: 30
days-before-issue-close: 14
stale-issue-label: "βŒ› stale"
stale-issue-label: "stale"
stale-issue-message: "This issue is stale because it has been open for 30 days with no activity."
close-issue-message: "This issue was closed because it has been inactive for 14 days since being marked as stale."
days-before-pr-stale: -1
Expand Down

0 comments on commit ba5e9b4

Please sign in to comment.