1
1
mirror of https://github.com/OpenDiablo2/OpenDiablo2 synced 2024-06-26 17:15:24 +00:00

Merge pull request #1121 from gucio321/revert-1104-labeler

Revert "workflow: automatic labeling Pull Requests"
This commit is contained in:
Tim Sarbin 2021-05-10 08:32:25 -04:00 committed by GitHub
commit c73a958fe0
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