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
128d988e
Commit
128d988e
authored
Oct 20, 2022
by
Henry Schreiner
Committed by
GitHub
Oct 20, 2022
Browse files
ci: fix labeler
parent
1d4a65e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
.github/workflows/labeler.yml
.github/workflows/labeler.yml
+2
-1
No files found.
.github/workflows/labeler.yml
View file @
128d988e
...
...
@@ -13,7 +13,8 @@ jobs:
if
:
>
github.event.pull_request.merged == true &&
!startsWith(github.event.pull_request.title, 'chore(deps):') &&
!startsWith(github.event.plul_request.title, 'ci(fix):'
!startsWith(github.event.pull_request.title, 'ci(fix):') &&
!startsWith(github.event.pull_request.title, 'docs(changelog):')
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