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
7c71dd38
Commit
7c71dd38
authored
Oct 12, 2020
by
Henry Schreiner
Browse files
ci: inverted labeler logic
parent
99773fc5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/labeler.yml
.github/workflows/labeler.yml
+3
-1
No files found.
.github/workflows/labeler.yml
View file @
7c71dd38
...
...
@@ -7,12 +7,14 @@ jobs:
name
:
Labeler
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/labeler@main
with
:
repo-token
:
${{ secrets.GITHUB_TOKEN }}
sync-labels
:
true
-
uses
:
actions/labeler@main
if
:
"
!(
github.event.action
==
'closed'
&&
github.event.pull_request.merged
==
false)
"
if
:
"
github.event.action
==
'closed'
&&
github.event.pull_request.merged
==
true
"
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