Skip to content

Commit

Permalink
Merge branch 'master' into modular-spacing-map
Browse files Browse the repository at this point in the history
* master:
  D8CORE-1261: Revised table styles. (#617)
  Create auto-label action (#763)
  Add stale action. (#762)
  D8CORE-1623: Adding a mixin and icons for a simple icon before dis… (#690)
  • Loading branch information
yvonnetangsu committed Oct 8, 2020
2 parents a563662 + d8a102a commit a11bdb7
Show file tree
Hide file tree
Showing 65 changed files with 661 additions and 80 deletions.
11 changes: 11 additions & 0 deletions .github/auto-label.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"rules": {
"assets": ["core/src/img"],
"config": ["package*.json", "webpack.*"],
"dev": ["developer", "examples"],
"documentation": ["*.md", "*.txt"],
"templates": ["*.twig"],
"styles": ["*.scss"],
"tests": ["tests"]
}
}
28 changes: 28 additions & 0 deletions .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
# To use this workflow, you will need to set up a .github/labeler.yml
# file with configuration. For more information, see:
# https://github.com/actions/labeler/blob/master/README.md

name: PR Labeler
on:
pull_request:
types: [opened, synchronize]
jobs:
pr-labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: codelytv/pr-size-labeler@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
xs_max_size: '100'
s_max_size: '250'
m_max_size: '500'
l_max_size: '1000'
fail_if_xl: 'false'
- uses: banyan/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
22 changes: 22 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Mark stale issues and pull requests

on:
schedule:
- cron: "30 1 * * *"

jobs:
stale:

runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not seen any activity in 180 days. Marking as stale.'
stale-pr-message: 'This pull request has not seen any activity in 180 days. Marking as stale.'
stale-issue-label: 'no-issue-activity'
stale-pr-label: 'no-pr-activity'
days-before-stale: 180
days-before-close: 365

Binary file modified core/dist/assets/fa-brands-400.eot
Binary file not shown.
142 changes: 111 additions & 31 deletions core/dist/assets/fa-brands-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/dist/assets/fa-brands-400.ttf
Binary file not shown.
Binary file modified core/dist/assets/fa-brands-400.woff
Binary file not shown.
Binary file modified core/dist/assets/fa-brands-400.woff2
Binary file not shown.
Binary file modified core/dist/assets/fa-regular-400.eot
Binary file not shown.
8 changes: 2 additions & 6 deletions core/dist/assets/fa-regular-400.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/dist/assets/fa-regular-400.ttf
Binary file not shown.
Binary file modified core/dist/assets/fa-regular-400.woff
Binary file not shown.
Binary file modified core/dist/assets/fa-regular-400.woff2
Binary file not shown.
Binary file modified core/dist/assets/fa-solid-900.eot
Binary file not shown.
25 changes: 19 additions & 6 deletions core/dist/assets/fa-solid-900.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified core/dist/assets/fa-solid-900.ttf
Binary file not shown.
Binary file modified core/dist/assets/fa-solid-900.woff
Binary file not shown.
Binary file modified core/dist/assets/fa-solid-900.woff2
Binary file not shown.
2 changes: 1 addition & 1 deletion core/dist/css/decanter.css

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions core/src/img/alert-error-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
13 changes: 13 additions & 0 deletions core/src/img/alert-info-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions core/src/img/alert-success-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions core/src/img/alert-warning-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added core/src/img/calendar-24px.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions core/src/img/calendar-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions core/src/img/carret-down-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions core/src/img/carret-left-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions core/src/img/carret-right-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions core/src/img/carret-up-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions core/src/img/check-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
11 changes: 11 additions & 0 deletions core/src/img/clock-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions core/src/img/close-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions core/src/img/computer-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions core/src/img/credit-card-24px.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit a11bdb7

Please sign in to comment.