Skip to content

Commit

Permalink
Merge branch 'main' into backstage-config
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewgallo committed Oct 10, 2023
2 parents 2afbd6d + e9f938f commit 34acef2
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/stale.yml

This file was deleted.

23 changes: 23 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Stale # close stale issues
on:
schedule:
- cron: '30 7 * * 4' # runs 7:30 on Thursdays

jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
with:
any-of-labels:
'status: needs reproduction,status: waiting for author 💬'
stale-issue-message: |
This issue is stale because it has been open for 30 days with no activity.
Remove the stale label or add a comment, otherwise this issue will be closed in 14 days.
close-issue-message: |
This issue was closed because it has received no activity for 14 days.
stale-issue-label: 'stale 🍞'
close-issue-label: 'status: won’t fix 🔚'
days-before-stale: 30
days-before-close: 14
days-before-pr-close: -1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
//

@use '@carbon/styles/scss/theme' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/react/scss/components/button/tokens' as *;
@use '../../../global/styles/project-settings' as c4p-settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
// stylelint-disable carbon/layout-token-use

@use '@carbon/styles/scss/theme' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/type' as *;
@use '@carbon/layout' as *;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@

@use '../variables' as *;
@use '@carbon/styles/scss/theme' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/type' as *;
@use '../../../../global/styles/project-settings' as c4p-settings;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// LICENSE file in the root directory of this source tree.
//
@use '../../global/styles/project-settings' as *;
@use '@carbon/layout/scss/convert' as *;
@use '@carbon/styles/scss/spacing' as *;
@use '@carbon/styles/scss/theme' as *;

Expand Down

0 comments on commit 34acef2

Please sign in to comment.