Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/ferdnyc/libopenshot into…
Browse files Browse the repository at this point in the history
… develop
  • Loading branch information
ferdnyc committed Apr 16, 2020
2 parents 166f693 + 43c6892 commit f95fbbf
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 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 }}"

0 comments on commit f95fbbf

Please sign in to comment.