Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pybind11
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
pybind11
Commits
fae45325
Commit
fae45325
authored
Oct 09, 2020
by
Henry Schreiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix labeler
parent
8d8d48c5
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
25 deletions
+10
-25
.github/labeler.yml
+9
-22
.github/workflows/labeler.yml
+1
-3
No files found.
.github/labeler.yml
View file @
fae45325
needs changelog
:
needs changelog
:
-
all
:
-
all
:
-
'
!docs/changelog.rst'
-
'
!docs/changelog.rst'
any
:
any
:
-
'
include/pybind11/**/*'
-
'
include/pybind11/**/*|pybind11/**/*|tools/**/*|CMakeLists.txt'
-
'
pybind11/**/*'
-
'
tools/**/*'
-
'
CMakeLists.txt'
docs
:
docs
:
-
any
:
-
any
:
-
'
docs/basics.rst'
-
'
docs/**/*.rst'
-
'
docs/benchmark.rst'
-
'
!docs/changelog.rst'
-
'
docs/classes.rst'
-
'
!docs/upgrade.rst'
-
'
docs/compiling.rst'
-
'
docs/faq.rst'
-
'
docs/index.rst'
-
'
docs/installing.rst'
-
'
docs/limitations.rst'
-
'
docs/reference.rst'
-
'
docs/release.rst'
-
'
docs/advanced/**/*.rst'
-
'
docs/cmake/**/*.rst'
ci
:
ci
:
-
any
:
-
'
.github/workflows/*.yaml'
-
'
.github/workflows/*.yaml'
.github/workflows/labeler.yml
View file @
fae45325
name
:
PR merged
name
:
Labeler
on
:
on
:
pull_request_target
:
pull_request_target
:
types
:
[
opened
,
reopened
,
synchronize
,
edited
,
closed
]
jobs
:
jobs
:
label-merged
:
label-merged
:
name
:
Changelog needed
name
:
Changelog needed
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
if
:
"
!(github.event.action
==
'closed'
&&
github.event.pull_request.merged
==
false)"
steps
:
steps
:
-
uses
:
actions/labeler@main
-
uses
:
actions/labeler@main
with
:
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment