We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a34c76 commit 63f6a54Copy full SHA for 63f6a54
.github/labeler.yml
@@ -0,0 +1,13 @@
1
+"devops":
2
+ - ".github/**/*"
3
+ - "Dockerfile"
4
+ - "pyproject.toml"
5
+ - "pdm.lock"
6
+ - "*entrypoint.sh"
7
+ - "Makefile"
8
+"documentation":
9
+ - "docs/**/*"
10
+ - "mkdocs.yml"
11
+ - "README.md"
12
+"version":
13
+ - "osm_rawdata/__version__.py"
.github/workflows/pr_label.yml
@@ -0,0 +1,14 @@
+name: PR Label
+
+on:
+ pull_request:
+jobs:
+ pr-label:
+ runs-on: ubuntu-latest
+ steps:
+ - uses: actions/labeler@v3
+ # Uses .github/labeler.yml definitions
+ with:
14
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
0 commit comments