mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2025-08-06 17:46:57 +02:00
Delete labeler
This commit is contained in:
parent
e9c834ae9b
commit
fc35536fc7
13
.github/workflows/labeler.yml
vendored
13
.github/workflows/labeler.yml
vendored
@ -1,13 +0,0 @@
|
|||||||
name: "Pull Request Labeler"
|
|
||||||
on:
|
|
||||||
- pull_request
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
label:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
|
|
||||||
steps:
|
|
||||||
- uses: actions/labeler@v2
|
|
||||||
if: contains(github.repository, 'kubernetes-sigs/external-dns')
|
|
||||||
with:
|
|
||||||
repo-token: '${{ secrets.GITHUB_TOKEN }}'
|
|
Loading…
Reference in New Issue
Block a user