Skip to content

Commit

Permalink
add Markdown; add python/; update action version
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Nov 7, 2023
1 parent 518ed60 commit 3d11ad8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
11 changes: 11 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
name: Labeler

libraries:
- lib/**/*
- include/grass/*
- include/grass/**/*
- python/**/*

module:
- db/**/*
Expand All @@ -16,6 +20,10 @@ module:
- temporal/**/*
- vector/**/*

# helperscripts:
# - utils/*
# - utils/**/*

GUI:
- gui/**/*

Expand Down Expand Up @@ -62,3 +70,6 @@ HTML:

JavaScript:
- "**/*.js"

Markdown:
- "**/*.md"
4 changes: 3 additions & 1 deletion .github/workflows/label.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
---

# This workflow will triage pull requests and apply a label based on the
# paths that are modified in the pull request.
#
Expand All @@ -12,6 +14,6 @@ jobs:
labeler:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v3
- uses: actions/labeler@v4
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"

0 comments on commit 3d11ad8

Please sign in to comment.