Skip to content

Commit

Permalink
chore: lock file maintenance (#23)
Browse files Browse the repository at this point in the history
* chore: lock file maintenance

* chore: update config files

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Sebastian Landwehr <info@dword-design.de>
  • Loading branch information
3 people committed May 3, 2021
1 parent da3257b commit 0c63261
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 212 deletions.
18 changes: 18 additions & 0 deletions .github/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
- color: C2E0C6
name: active
- color: C2E0C6
name: blocked
- color: BFD4F2
name: blocking
- color: BFD4F2
name: breaking
- color: BFD4F2
name: important
- color: C2E0C6
name: maintenance
- color: EDEDED
name: released
- color: EDEDED
name: semantic-release
- color: C2E0C6
name: waiting-for
16 changes: 16 additions & 0 deletions .github/workflows/sync-labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: micnncim/action-label-syncer@v1
name: sync-labels
on:
push:
branches:
- master
paths:
- .github/labels.yml
- .github/workflows/sync-labels.yml
1 change: 1 addition & 0 deletions .gitpod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ RUN git lfs install
RUN echo "\nexport PATH=$(yarn global bin):\$PATH" >> /home/gitpod/.bashrc
RUN yarn global add gitpod-env-per-project @babel/node
RUN sudo apt-get install -y graphviz
RUN brew install gh

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

0 comments on commit 0c63261

Please sign in to comment.