-
Notifications
You must be signed in to change notification settings - Fork 806
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3558 from minrk/no-maint-label
remove maintenance label from autobump PRs
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -120,7 +120,7 @@ jobs: | |
author: JupterHub Bot Account <[email protected]> | ||
committer: JupterHub Bot Account <[email protected]> | ||
branch: update-image-${{ matrix.name }} | ||
labels: maintenance,dependencies | ||
labels: dependencies | ||
commit-message: Update ${{ matrix.repository }} version from ${{ steps.local.outputs.tag }} to ${{ steps.latest.outputs.tag }} | ||
title: Update ${{ matrix.repository }} version from ${{ steps.local.outputs.tag }} to ${{ steps.latest.outputs.tag }} | ||
body: >- | ||
|
@@ -189,7 +189,7 @@ jobs: | |
author: JupterHub Bot Account <[email protected]> | ||
committer: JupterHub Bot Account <[email protected]> | ||
branch: update-jupyterhub | ||
labels: maintenance,dependencies | ||
labels: dependencies | ||
commit-message: Update jupyterhub from ${{ steps.local.outputs.version }} to ${{ steps.latest.outputs.version }} | ||
title: Update jupyterhub from ${{ steps.local.outputs.version }} to ${{ steps.latest.outputs.version }} | ||
body: >- | ||
|