mirror of
https://github.com/spf13/cobra
synced 2024-11-24 14:47:12 +00:00
disable periodic labeler (#1112)
This commit is contained in:
parent
5155946348
commit
94a87a7b83
2 changed files with 0 additions and 29 deletions
12
.github/labeler.yml
vendored
12
.github/labeler.yml
vendored
|
@ -1,12 +0,0 @@
|
||||||
# changes to documentation
|
|
||||||
"area/documentation": doc/**/*
|
|
||||||
|
|
||||||
# changes to the core lib package
|
|
||||||
"area/lib": ./*.go
|
|
||||||
|
|
||||||
# changes to the zsh completion
|
|
||||||
"area/*sh completion":
|
|
||||||
- ./zsh_*
|
|
||||||
- ./shell_*
|
|
||||||
- ./powershell_*
|
|
||||||
- ./bash_*
|
|
17
.github/workflows/periodic-labeler.yml
vendored
17
.github/workflows/periodic-labeler.yml
vendored
|
@ -1,17 +0,0 @@
|
||||||
---
|
|
||||||
name: Pull request labeler
|
|
||||||
on:
|
|
||||||
schedule:
|
|
||||||
- cron: '*/5 * * * *'
|
|
||||||
jobs:
|
|
||||||
labeler:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
steps:
|
|
||||||
# if we are to change the labeler version from v0.0.2
|
|
||||||
# we must review the code for that version
|
|
||||||
# to make sure there are no leaks or exploits
|
|
||||||
- uses: paulfantom/periodic-labeler@v0.0.2
|
|
||||||
env:
|
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
GITHUB_REPOSITORY: ${{ github.repository }}
|
|
||||||
LABEL_MAPPINGS_FILE: .github/labeler.yml
|
|
Loading…
Reference in a new issue