Skip to content

Commit 5ab596d

Browse files
renovate[bot]renovate-botdword-design
authored
chore: lock file maintenance (#19)
* chore: lock file maintenance * chore: update config files Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Sebastian Landwehr <[email protected]>
1 parent 79d150b commit 5ab596d

File tree

4 files changed

+346
-244
lines changed

4 files changed

+346
-244
lines changed

.github/labels.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
- color: C2E0C6
2+
name: active
3+
- color: C2E0C6
4+
name: blocked
5+
- color: BFD4F2
6+
name: blocking
7+
- color: BFD4F2
8+
name: breaking
9+
- color: BFD4F2
10+
name: important
11+
- color: C2E0C6
12+
name: maintenance
13+
- color: EDEDED
14+
name: released
15+
- color: EDEDED
16+
name: semantic-release
17+
- color: C2E0C6
18+
name: waiting-for

.github/workflows/sync-labels.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
jobs:
2+
build:
3+
runs-on: ubuntu-latest
4+
steps:
5+
- uses: actions/checkout@v2
6+
- env:
7+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
8+
uses: micnncim/action-label-syncer@v1
9+
name: sync-labels
10+
on:
11+
push:
12+
branches:
13+
- master
14+
paths:
15+
- .github/labels.yml
16+
- .github/workflows/sync-labels.yml

.gitpod.Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ RUN git lfs install
77
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
88
RUN yarn global add gitpod-env-per-project @babel/node
99
RUN sudo apt-get install -y graphviz
10+
RUN brew install gh
1011

1112
# Puppeteer dependencies
1213
RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1

0 commit comments

Comments
 (0)