Skip to content

Commit

Permalink
Merge pull request #49 from antoniovazquezblanco/develop
Browse files Browse the repository at this point in the history
Fix labeler
  • Loading branch information
BatchDrake committed Apr 14, 2023
2 parents 7997ee3 + 49eda3b commit d96ce2b
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
documentation:
- doc/**/*
github-workflows:
ci:
- .github/workflows/**/*
github-actions:
- .github/actions/**/*

build_system:
- 'CMake*'
- '**/CMakeLists.txt'
- '**/*.cmake'

documentation:
- doc/**/*
12 changes: 12 additions & 0 deletions .github/workflows/labeler.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: "Pull Request Labeler"
on:
- pull_request_target

jobs:
triage:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4

0 comments on commit d96ce2b

Please sign in to comment.