1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-29 10:35:23 +00:00

Revert "workflow: automatic labeling Pull Requests"

This commit is contained in:
gucio321 2021-04-26 08:43:04 +02:00 committed by GitHub
parent eb470533c4
commit 79a0a6eda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 21 deletions

View File

@ -1,8 +0,0 @@
- regExp: [".*\\.md+$", "docs"]
labels: ["documentation"]
- regExp: ["go.sum", "go.mod"]
labels: ["dependencies"]
- regExp: ".*\\.github\/workflows"
labels: ["workflow"]
- regExp: ".*_test\\.go+$"
labels: ["unittests"]

View File

@ -1,13 +0,0 @@
# labeler configuration is in .github/label-pr.yml
name: labeler
on: [pull_request]
jobs:
label:
runs-on: ubuntu-18.04
steps:
- uses: actions/checkout@v2
- name: Labeler
uses: docker://decathlon/pull-request-labeler-action:2.0.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CONFIG_PATH: ${{ secrets.GITHUB_WORKSPACE }}/.github/label-pr.yml