mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-19 06:35:18 +00:00
Remove the labeler workflow.
It's not actually doing anything currently besides making it look like at first glance that every commit to master has some kind of error.
This commit is contained in:
parent
212a91113c
commit
ed7cd5b78b
12
.github/workflows/label.yml
vendored
12
.github/workflows/label.yml
vendored
|
@ -1,12 +0,0 @@
|
|||
name: Labeler
|
||||
on: []
|
||||
|
||||
jobs:
|
||||
label:
|
||||
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Reference in New Issue
Block a user