-
-
Notifications
You must be signed in to change notification settings - Fork 322
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into r.horizon-fix-test_low_res
- Loading branch information
Showing
109 changed files
with
11,356 additions
and
4,741 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,88 @@ | ||
--- | ||
libraries: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- lib/**/* | ||
- include/grass/* | ||
- include/grass/**/* | ||
- python/**/* | ||
module: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- db/**/* | ||
- display/**/* | ||
- general/**/* | ||
- imagery/**/* | ||
- misc/**/* | ||
- ps/**/* | ||
- raster/**/* | ||
- raster3d/**/* | ||
- scripts/**/* | ||
- temporal/**/* | ||
- vector/**/* | ||
vector: | ||
- changed-files: | ||
- any-glob-to-any-file: vector/**/* | ||
raster: | ||
- changed-files: | ||
- any-glob-to-any-file: raster/**/* | ||
temporal: | ||
- changed-files: | ||
- any-glob-to-any-file: temporal/**/* | ||
database: | ||
- changed-files: | ||
- any-glob-to-any-file: db/**/* | ||
GUI: | ||
- changed-files: | ||
- any-glob-to-any-file: gui/**/* | ||
Windows: | ||
- changed-files: | ||
- any-glob-to-any-file: mswindows/**/* | ||
macOS: | ||
- changed-files: | ||
- any-glob-to-any-file: macosx/**/* | ||
Linux: | ||
- changed-files: | ||
- any-glob-to-any-file: singularity/**/* | ||
docker: | ||
- changed-files: | ||
- any-glob-to-any-file: docker/**/* | ||
docs: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- doc/**/* | ||
- man/**/* | ||
RFC: | ||
- changed-files: | ||
- any-glob-to-any-file: doc/development/rfc/* | ||
translation: | ||
- changed-files: | ||
- any-glob-to-any-file: locale/**/* | ||
CI: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- .github/**/* | ||
- .travis/**/* | ||
|
||
# based on file types | ||
Python: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.py' | ||
C: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.c' | ||
C++: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.cpp' | ||
CSS: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.css' | ||
HTML: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.html' | ||
JavaScript: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.js' | ||
Markdown: | ||
- changed-files: | ||
- any-glob-to-any-file: '**/*.md' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
name: Pull Request Labeler | ||
|
||
# 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 | ||
|
||
on: | ||
- pull_request_target | ||
|
||
permissions: {} | ||
|
||
jobs: | ||
labeler: | ||
permissions: | ||
contents: read | ||
pull-requests: write | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/labeler@v5 | ||
with: | ||
sync-labels: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.