Thanks to visit codestin.com Credit goes to github.com
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 91e521b commit db875f5Copy full SHA for db875f5
.github/labeler.yml
@@ -0,0 +1,5 @@
1
+---
2
+"CI: Run cibuildwheel":
3
+ - any-glob-to-any-file: ['.github/workflows/cibuildwheel.yml']
4
+"CI: Run cygwin":
5
+ - any-glob-to-any-file: ['.github/workflows/cygwin.yml']
.github/workflows/labeler.yml
@@ -0,0 +1,15 @@
+name: "Pull Request Labeler"
+on:
+ - pull_request_target
+
6
+jobs:
7
+ labeler:
8
+ permissions:
9
+ contents: read
10
+ pull-requests: write
11
+ runs-on: ubuntu-latest
12
+ steps:
13
+ - uses: actions/labeler@v5
14
+ with:
15
+ sync-labels: true
0 commit comments