Files
tracing/.github/workflows/label.yml
Eliza Weisman f04b016094 chore: disable PR labeler action
it appears to be broken?
2019-09-21 13:42:56 -06:00

13 lines
170 B
YAML

name: Labeler
on: []
jobs:
label:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v2
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"