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
6cc233cc
Commit
6cc233cc
authored
Nov 03, 2020
by
Henry Schreiner
Browse files
ci: label PRs when merged only for now
parent
b8dc60ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
8 deletions
+2
-8
.github/workflows/labeler.yml
.github/workflows/labeler.yml
+2
-8
No files found.
.github/workflows/labeler.yml
View file @
6cc233cc
name
:
Labeler
name
:
Labeler
on
:
on
:
pull_request_target
:
pull_request_target
:
[
closed
]
jobs
:
jobs
:
label
:
label
:
...
@@ -9,13 +9,7 @@ jobs:
...
@@ -9,13 +9,7 @@ jobs:
steps
:
steps
:
-
uses
:
actions/labeler@main
-
uses
:
actions/labeler@main
with
:
if
:
github.event.pull_request.merged ==
true
repo-token
:
${{ secrets.GITHUB_TOKEN }}
sync-labels
:
true
-
uses
:
actions/labeler@main
if
:
"
github.event.type
==
'closed'
&&
github.event.pull_request.merged
==
true"
with
:
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
repo-token
:
${{ secrets.GITHUB_TOKEN }}
configuration-path
:
.github/labeler_merged.yml
configuration-path
:
.github/labeler_merged.yml
sync-labels
:
true
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