diff options
author | 2022-11-01 17:07:24 -0700 | |
---|---|---|
committer | 2022-11-01 17:07:24 -0700 | |
commit | 32826119fc69feb07faa581bed0b3fd76a154744 (patch) | |
tree | 40902337115ac1e140c2300ebfb7b8b1aca66fb0 | |
parent | 12f586eeb748e2fd1a4be31d8c0efc503980f200 (diff) | |
download | bun-32826119fc69feb07faa581bed0b3fd76a154744.tar.gz bun-32826119fc69feb07faa581bed0b3fd76a154744.tar.zst bun-32826119fc69feb07faa581bed0b3fd76a154744.zip |
Delete labeler.yml
-rw-r--r-- | .github/workflows/labeler.yml | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml deleted file mode 100644 index fbfc0c946..000000000 --- a/.github/workflows/labeler.yml +++ /dev/null @@ -1,14 +0,0 @@ -name: 'Labeler' -on: - pull_request_target: - -jobs: - labeler: - runs-on: ubuntu-latest - - steps: - - name: Label PR - uses: actions/labeler@v4 - with: - repo-token: '${{ secrets.GITHUB_TOKEN }}' - sync-labels: true |