Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
pybind11
Commits
2f746eee
Commit
2f746eee
authored
Oct 12, 2020
by
Henry Schreiner
Browse files
ci: original labeler
parent
1914b7d3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
8 deletions
+10
-8
.github/labeler.yml
.github/labeler.yml
+0
-6
.github/labeler_merged.yml
.github/labeler_merged.yml
+3
-0
.github/workflows/labeler.yml
.github/workflows/labeler.yml
+7
-2
No files found.
.github/labeler.yml
View file @
2f746eee
needs changelog
:
-
all
:
-
'
!docs/changelog.rst'
any
:
-
'
(include|pybind11|tools)/**/*'
docs
:
docs
:
-
any
:
-
any
:
-
'
docs/**/*.rst'
-
'
docs/**/*.rst'
...
...
.github/labeler_merged.yml
0 → 100644
View file @
2f746eee
needs changelog
:
-
all
:
-
'
!docs/changelog.rst'
.github/workflows/labeler.yml
View file @
2f746eee
...
@@ -3,11 +3,16 @@ on:
...
@@ -3,11 +3,16 @@ on:
pull_request_target
:
pull_request_target
:
jobs
:
jobs
:
label
-merged
:
label
:
name
:
Changelog needed
name
:
Labeler
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/labeler@main
-
uses
:
actions/labeler@main
with
:
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
repo-token
:
${{ secrets.GITHUB_TOKEN }}
sync-labels
:
true
sync-labels
:
true
-
uses
:
actions/labeler@main
if
:
"
!(github.event.action
==
'closed'
&&
github.event.pull_request.merged
==
false)"
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
configuration-path
:
.github/labeler_merged.yml
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