diff options
author | 2022-11-01 17:07:17 -0700 | |
---|---|---|
committer | 2022-11-01 17:07:17 -0700 | |
commit | 12f586eeb748e2fd1a4be31d8c0efc503980f200 (patch) | |
tree | 14c359a7ad68a8c9387cd0c3e3678999fde55ce4 | |
parent | f9f169bb9e53afb6d9d8978ffdd4939d3033a6e8 (diff) | |
download | bun-12f586eeb748e2fd1a4be31d8c0efc503980f200.tar.gz bun-12f586eeb748e2fd1a4be31d8c0efc503980f200.tar.zst bun-12f586eeb748e2fd1a4be31d8c0efc503980f200.zip |
Delete label-sync.yml
-rw-r--r-- | .github/workflows/label-sync.yml | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/.github/workflows/label-sync.yml b/.github/workflows/label-sync.yml deleted file mode 100644 index 5e70573d2..000000000 --- a/.github/workflows/label-sync.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Label Sync -on: - schedule: - - cron: '0 0 * * *' - push: - branches: - - main - paths: - - '.github/labels.yml' - workflow_dispatch: - -jobs: - label-sync: - name: Label sync - runs-on: ubuntu-latest - - steps: - - name: Checkout repository - uses: actions/checkout@v3 - - - name: Sync labels - uses: crazy-max/ghaction-github-labeler@v4 - with: - github-token: ${{ secrets.GITHUB_TOKEN }} |