Skip to content

Commit

Permalink
ci: add labels workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 9, 2024
1 parent 3ce6a00 commit 787ac50
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 171 deletions.
170 changes: 0 additions & 170 deletions .github/labels.json

This file was deleted.

15 changes: 15 additions & 0 deletions .github/workflows/labels.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Sync labels
on:
workflow_dispatch:
permissions:
issues: write
jobs:
labels:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: EndBug/label-sync@v2
with:
config-file: 'https://raw.githubusercontent.com/thetutlage/static/main/labels.yml'
delete-other-labels: true
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@
"lint": "eslint .",
"typecheck": "tsc --noEmit",
"format": "prettier --write .",
"sync-labels": "github-label-sync --labels .github/labels.json adonisjs/core",
"quick:test": "node --import=ts-node-maintained/register/esm --enable-source-maps --experimental-import-meta-resolve bin/test.ts --force-exit",
"citgm": "cross-env FORCE_COLOR=0 node --import=ts-node-maintained/register/esm --experimental-import-meta-resolve bin/test.ts --force-exit",
"index:commands": "node --import=ts-node-maintained/register/esm toolkit/main.js index build/commands"
Expand Down

0 comments on commit 787ac50

Please sign in to comment.