File tree Expand file tree Collapse file tree 4 files changed +346
-244
lines changed Expand file tree Collapse file tree 4 files changed +346
-244
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ RUN git lfs install
77RUN echo "\n export PATH=$(yarn global bin):\$ PATH" >> /home/gitpod/.bashrc
88RUN yarn global add gitpod-env-per-project @babel/node
99RUN sudo apt-get install -y graphviz
10+ RUN brew install gh
1011
1112# Puppeteer dependencies
1213RUN sudo apt-get update && sudo apt-get install -y libgtk-3-0 libx11-xcb1 libnss3 libxss1 libasound2 libgbm1 libxshmfence1
You can’t perform that action at this time.
0 commit comments