Skip to content

Commit 0f1799a

Browse files
authored
Merge branch 'main' into fluid-listbox
2 parents 887e7ac + 6f7797f commit 0f1799a

File tree

78 files changed

+1219
-1982
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+1219
-1982
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
9595
- name: Install dependencies
9696
run: yarn install --immutable --immutable-cache
97-
- uses: dorny/paths-filter@v2.10.2
97+
- uses: dorny/paths-filter@v2.11.1
9898
id: filter
9999
with:
100100
filters: |
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: Release Notifications
2+
3+
on:
4+
release:
5+
types: [released]
6+
7+
jobs:
8+
post-comments:
9+
name: Post notification comments on PRs
10+
runs-on: ubuntu-latest
11+
steps:
12+
- uses: actions/checkout@main
13+
- name: Add release information on pull requests
14+
uses: ./actions/release-notifications
15+
with:
16+
GITHUB_TOKEN: ${{ secrets.GH_BOT_TOKEN }}
17+
OWNER: 'carbon-design-system'
18+
REPO_NAME: 'carbon'
19+
enabled: true
20+
env:
21+
ACCESS_TOKEN: ${{ secrets.ACCESS_TOKEN }}

.github/workflows/v10-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
102102
- name: Install dependencies
103103
run: yarn install --immutable --immutable-cache
104-
- uses: dorny/paths-filter@v2.10.2
104+
- uses: dorny/paths-filter@v2.11.1
105105
id: filter
106106
with:
107107
filters: |
24.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)