mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-10 19:57:09 +03:00
Remove the labeler workflow, it's broken with forks
This commit is contained in:
parent
c30d94cbd0
commit
1838ba37e0
11
.github/labeler.yml
vendored
11
.github/labeler.yml
vendored
|
@ -1,11 +0,0 @@
|
|||
# Add 'docs' to any changes within 'docs' folder or any subfolders
|
||||
docs:
|
||||
- 'README.rst'
|
||||
- 'docs/**/*'
|
||||
- '{{cookiecutter.project_slug}}/docs/**/*'
|
||||
|
||||
# Flag PR related to docker
|
||||
docker:
|
||||
- '{{cookiecutter.project_slug}}/compose/**/*'
|
||||
- '{{cookiecutter.project_slug}}/local.yml'
|
||||
- '{{cookiecutter.project_slug}}/production.yml'
|
20
.github/workflows/label.yml
vendored
20
.github/workflows/label.yml
vendored
|
@ -1,20 +0,0 @@
|
|||
# This workflow will triage pull requests and apply a label based on the
|
||||
# paths that are modified in the pull request.
|
||||
#
|
||||
# To use this workflow, you will need to set up a .github/labeler.yml
|
||||
# file with configuration. For more information, see:
|
||||
# https://github.com/actions/labeler/blob/master/README.md
|
||||
|
||||
|
||||
name: Labeler
|
||||
on: [pull_request]
|
||||
|
||||
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