Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ changelog:
labels:
- breaking-change
- title: line-openapi updates
authors: renovate
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

labels:
- line-openapi-update
- title: New Features
Expand All @@ -15,7 +14,8 @@ changelog:
labels:
- bug-fix
- title: Dependency updates
authors: renovate
labels:
- dependency upgrade
exclude:
labels:
- line-openapi-update
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-git-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
git add .
git commit -m "Update line-openapi"
git push origin update-diff-$CURRENT_DATETIME
gh pr create -B ${{ github.ref_name }} --title "Update line-openapi" --body ""
gh pr create -B ${{ github.ref_name }} --title "Update line-openapi" --body "" --label "line-openapi-update"
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}