Skip to content

Commit

Permalink
Merge branch 'develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Sep 20, 2020
2 parents 66121bf + 7c9e3f5 commit 4e98fb7
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 24 deletions.
4 changes: 4 additions & 0 deletions .github/labeler.yml
@@ -0,0 +1,4 @@
# Add 'build' label to CMake changes
build:
- /**/CMakeList.txt
- /cmake/**/*.cmake
19 changes: 19 additions & 0 deletions .github/workflows/label.yml
@@ -0,0 +1,19 @@
# 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 }}"
24 changes: 0 additions & 24 deletions cmake/Modules/FindZMQ.cmake

This file was deleted.

0 comments on commit 4e98fb7

Please sign in to comment.